You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, for markovchainFit we have the parameter method, which should only take values mle, bootstrap, laplace or map, but that is not checked and the following code will give an unexpected output:
The text was updated successfully, but these errors were encountered:
ncordon
changed the title
Methods in Rcpp should warn if string parameter is not among allowed ones
Methods in Rcpp should stop if string parameter is not among allowed ones
Feb 3, 2019
For example, for
markovchainFit
we have the parametermethod
, which should only take valuesmle
,bootstrap
,laplace
ormap
, but that is not checked and the following code will give an unexpected output:The text was updated successfully, but these errors were encountered: