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
In this package Normal distribution have two parameters: mean and variance. But in many mathematical programs there is mean and standard derivation used. Examples:
What we should do now? It is breaking change, so I propose to not change nothing now in this package but:
change interface of Normal from (mean, variance) to (mean, sigma) in next major breaking release and type it in migration documentation
now describe it in more visible manner. Because of In my opinion it is default approach that Normal dist should have (mean, sigma) as parameters and it should be marked more bold.
The text was updated successfully, but these errors were encountered:
In this package
Normal
distribution have two parameters: mean and variance. But in many mathematical programs there is mean and standard derivation used. Examples:Parameters: mu, sigma
Parameters: [μ,σ]
Parameters [x, mean, sd]
What we should do now? It is breaking change, so I propose to not change nothing now in this package but:
The text was updated successfully, but these errors were encountered: