@@ -463,54 +463,64 @@ Warning: The parameter m has 12 priors.
463
463
Warning: The parameter a has 2 priors.
464
464
$ ../../../../../install/default/bin/stanc --warn-pedantic jacobian_warning1.stan
465
465
Warning in 'jacobian_warning1.stan', line 7, column 2: Left-hand side of
466
- sampling statement (~) may contain a non-linear transform of a parameter
467
- or local variable. If it does, you need to include a target += statement
468
- with the log absolute determinant of the Jacobian of the transform.
466
+ distribution statement (~) may contain a non-linear transform of a
467
+ parameter or local variable. If it does, you need to include a target +=
468
+ statement with the log absolute determinant of the Jacobian of the
469
+ transform.
469
470
Warning in 'jacobian_warning1.stan', line 5, column 2: Left-hand side of
470
- sampling statement (~) may contain a non-linear transform of a parameter
471
- or local variable. If it does, you need to include a target += statement
472
- with the log absolute determinant of the Jacobian of the transform.
471
+ distribution statement (~) may contain a non-linear transform of a
472
+ parameter or local variable. If it does, you need to include a target +=
473
+ statement with the log absolute determinant of the Jacobian of the
474
+ transform.
473
475
Warning: The parameter y has 2 priors.
474
476
$ ../../../../../install/default/bin/stanc --warn-pedantic jacobian_warning2.stan
475
477
Warning in 'jacobian_warning2.stan', line 5, column 2: Left-hand side of
476
- sampling statement (~) may contain a non-linear transform of a parameter
477
- or local variable. If it does, you need to include a target += statement
478
- with the log absolute determinant of the Jacobian of the transform.
478
+ distribution statement (~) may contain a non-linear transform of a
479
+ parameter or local variable. If it does, you need to include a target +=
480
+ statement with the log absolute determinant of the Jacobian of the
481
+ transform.
479
482
$ ../../../../../install/default/bin/stanc --warn-pedantic jacobian_warning3.stan
480
483
Warning in 'jacobian_warning3.stan', line 5, column 2: Left-hand side of
481
- sampling statement (~) may contain a non-linear transform of a parameter
482
- or local variable. If it does, you need to include a target += statement
483
- with the log absolute determinant of the Jacobian of the transform.
484
+ distribution statement (~) may contain a non-linear transform of a
485
+ parameter or local variable. If it does, you need to include a target +=
486
+ statement with the log absolute determinant of the Jacobian of the
487
+ transform.
484
488
$ ../../../../../install/default/bin/stanc --warn-pedantic jacobian_warning4.stan
485
489
Warning in 'jacobian_warning4.stan', line 5, column 2: Left-hand side of
486
- sampling statement (~) may contain a non-linear transform of a parameter
487
- or local variable. If it does, you need to include a target += statement
488
- with the log absolute determinant of the Jacobian of the transform.
490
+ distribution statement (~) may contain a non-linear transform of a
491
+ parameter or local variable. If it does, you need to include a target +=
492
+ statement with the log absolute determinant of the Jacobian of the
493
+ transform.
489
494
$ ../../../../../install/default/bin/stanc --warn-pedantic jacobian_warning5.stan
490
495
Warning in 'jacobian_warning5.stan', line 5, column 2: Left-hand side of
491
- sampling statement (~) may contain a non-linear transform of a parameter
492
- or local variable. If it does, you need to include a target += statement
493
- with the log absolute determinant of the Jacobian of the transform.
496
+ distribution statement (~) may contain a non-linear transform of a
497
+ parameter or local variable. If it does, you need to include a target +=
498
+ statement with the log absolute determinant of the Jacobian of the
499
+ transform.
494
500
$ ../../../../../install/default/bin/stanc --warn-pedantic jacobian_warning6.stan
495
501
Warning in 'jacobian_warning6.stan', line 5, column 2: Left-hand side of
496
- sampling statement (~) may contain a non-linear transform of a parameter
497
- or local variable. If it does, you need to include a target += statement
498
- with the log absolute determinant of the Jacobian of the transform.
502
+ distribution statement (~) may contain a non-linear transform of a
503
+ parameter or local variable. If it does, you need to include a target +=
504
+ statement with the log absolute determinant of the Jacobian of the
505
+ transform.
499
506
$ ../../../../../install/default/bin/stanc --warn-pedantic jacobian_warning7.stan
500
507
Warning in 'jacobian_warning7.stan', line 6, column 2: Left-hand side of
501
- sampling statement (~) may contain a non-linear transform of a parameter
502
- or local variable. If it does, you need to include a target += statement
503
- with the log absolute determinant of the Jacobian of the transform.
508
+ distribution statement (~) may contain a non-linear transform of a
509
+ parameter or local variable. If it does, you need to include a target +=
510
+ statement with the log absolute determinant of the Jacobian of the
511
+ transform.
504
512
Warning in 'jacobian_warning7.stan', line 5, column 2: Left-hand side of
505
- sampling statement (~) may contain a non-linear transform of a parameter
506
- or local variable. If it does, you need to include a target += statement
507
- with the log absolute determinant of the Jacobian of the transform.
513
+ distribution statement (~) may contain a non-linear transform of a
514
+ parameter or local variable. If it does, you need to include a target +=
515
+ statement with the log absolute determinant of the Jacobian of the
516
+ transform.
508
517
Warning: The parameter y has 2 priors.
509
518
$ ../../../../../install/default/bin/stanc --warn-pedantic jacobian_warning_user.stan
510
519
Warning in 'jacobian_warning_user.stan', line 5, column 2: Left-hand side of
511
- sampling statement (~) may contain a non-linear transform of a parameter
512
- or local variable. If it does, you need to include a target += statement
513
- with the log absolute determinant of the Jacobian of the transform.
520
+ distribution statement (~) may contain a non-linear transform of a
521
+ parameter or local variable. If it does, you need to include a target +=
522
+ statement with the log absolute determinant of the Jacobian of the
523
+ transform.
514
524
$ ../../../../../install/default/bin/stanc --warn-pedantic lp_fun.stan
515
525
Warning: The parameter y has 2 priors.
516
526
$ ../../../../../install/default/bin/stanc --warn-pedantic missing-prior-false-alarm.stan
0 commit comments