NormalDistribution¶
Status: Stable
documented, exercised by the test suite and/or worked examples, with no known limitations recorded.
Description¶
NormalDistribution[mu, sigma] represents a normal distribution; NormalDistribution[] is the standard normal. Unlike a fitted model it prints its parameters in full, because they are what the user specified rather than an implementation detail.
Examples¶
No verified examples yet for this function.
Implementation notes¶
Attributes: Protected.
References¶
- Source:
src/ml/dist.c - Specification index:
Mathilda_spec.md - Tests:
tests/test_ml_classify.c - Tests:
tests/test_ml_dist.c