@@ -400,56 +400,10 @@ Warning: Parameter f has constraints that don't make sense. The lower bound
400400Warning: Parameter e has constraints that don't make sense. The lower bound
401401 should be strictly less than the upper bound.
402402 $ ../../../../../install/default/bin/stanc --warn-pedantic jacobian_false_alarm.stan
403- Warning in 'jacobian_false_alarm.stan', line 58, column 2: Left-hand side of
404- sampling statement (~) may contain a non-linear transform of a parameter
405- or local variable. If it does, you need to include a target += statement
406- with the log absolute determinant of the Jacobian of the transform.
407- Warning in 'jacobian_false_alarm.stan', line 38, column 25: A multi_normal
408- distribution is given parameter m as a covariance matrix (argument 2),
409- but m was not constrained to be covariance.
410- Warning in 'jacobian_false_alarm.stan', line 37, column 2: Left-hand side of
411- sampling statement (~) may contain a non-linear transform of a parameter
412- or local variable. If it does, you need to include a target += statement
413- with the log absolute determinant of the Jacobian of the transform.
414- Warning in 'jacobian_false_alarm.stan', line 37, column 2: It is suggested to
415- reparameterize your model to replace lkj_corr with lkj_corr_cholesky, the
416- Cholesky factor variant. lkj_corr tends to run slower, consume more
417- memory, and has higher risk of numerical errors.
418- Warning in 'jacobian_false_alarm.stan', line 34, column 29: A multi_normal
419- distribution is given parameter m as a covariance matrix (argument 2),
420- but m was not constrained to be covariance.
421- Warning in 'jacobian_false_alarm.stan', line 33, column 31: A multi_normal
422- distribution is given parameter m as a covariance matrix (argument 2),
423- but m was not constrained to be covariance.
424- Warning in 'jacobian_false_alarm.stan', line 28, column 2: It is suggested to
425- reparameterize your model to replace lkj_corr with lkj_corr_cholesky, the
426- Cholesky factor variant. lkj_corr tends to run slower, consume more
427- memory, and has higher risk of numerical errors.
428- Warning in 'jacobian_false_alarm.stan', line 27, column 27: A multi_normal
429- distribution is given parameter m as a covariance matrix (argument 2),
430- but m was not constrained to be covariance.
431- Warning in 'jacobian_false_alarm.stan', line 26, column 27: A multi_normal
432- distribution is given parameter m as a covariance matrix (argument 2),
433- but m was not constrained to be covariance.
434- Warning in 'jacobian_false_alarm.stan', line 25, column 2: It is suggested to
435- reparameterize your model to replace lkj_corr with lkj_corr_cholesky, the
436- Cholesky factor variant. lkj_corr tends to run slower, consume more
437- memory, and has higher risk of numerical errors.
438- Warning in 'jacobian_false_alarm.stan', line 24, column 2: It is suggested to
439- reparameterize your model to replace lkj_corr with lkj_corr_cholesky, the
440- Cholesky factor variant. lkj_corr tends to run slower, consume more
441- memory, and has higher risk of numerical errors.
442- Warning in 'jacobian_false_alarm.stan', line 23, column 2: It is suggested to
443- reparameterize your model to replace lkj_corr with lkj_corr_cholesky, the
444- Cholesky factor variant. lkj_corr tends to run slower, consume more
445- memory, and has higher risk of numerical errors.
446- Warning in 'jacobian_false_alarm.stan', line 23, column 2: Parameter m is
447- given a lkj_corr distribution, which has correlation support, but m was
448- not constrained to be correlation.
449403Warning: The parameter z has 7 priors.
450- Warning: The parameter y has 8 priors.
451- Warning: The parameter v has 9 priors.
452- Warning: The parameter m has 16 priors.
404+ Warning: The parameter y has 9 priors.
405+ Warning: The parameter v has 8 priors.
406+ Warning: The parameter m has 12 priors.
453407Warning: The parameter a has 2 priors.
454408 $ ../../../../../install/default/bin/stanc --warn-pedantic jacobian_warning1.stan
455409Warning in 'jacobian_warning1.stan', line 7, column 2: Left-hand side of
0 commit comments