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
The functions in Distribution::Normal doesn't accept mean and standard deviation parameters. Alright, we can scale the results ourselves, but this is awful practice. For example:
The functions in
Distribution::Normal
doesn't accept mean and standard deviation parameters. Alright, we can scale the results ourselves, but this is awful practice. For example:What about having named parameters? The interesting part of not having named parameters is that I can provide an Array as in
However, with named params:
Probably better.
The text was updated successfully, but these errors were encountered: