Difference between revisions of "BiNormal"
Line 2: | Line 2: | ||
[[Category:Doc Status C]] <!-- For Lumina use, do not change --> | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> | ||
− | = BiNormal( MeanVec | + | == BiNormal(MeanVec, Sdeviations, I, correlationCoef) == |
+ | A 2-D [[Normal]] (or Bi-variate [[Gaussian]]) distribution with the indicated individual standard deviations (>0) and the indicated correlation coefficient. The index «I» must have exactly 2 elements, «Sdeviations» must be indexed by «I». | ||
− | + | [[Syntax]]: | |
+ | :[[BiNormal]](MeanVec :numeric[I]; Sdeviations : positive[I]; I:IndexType; correlationCoef: number) | ||
− | = Library = | + | == Library == |
− | + | <code>Multivariate Distributions.ana</code> | |
− | Multivariate Distributions.ana | ||
− | |||
− | |||
+ | == See Also == | ||
* [[Normal]] | * [[Normal]] | ||
* [[Normal_correl]] | * [[Normal_correl]] | ||
− | * [[Gaussian]] | + | * [[Gaussian]] |
+ | * [[MultiNormal]] | ||
* [[Correlate_With]] | * [[Correlate_With]] |
Revision as of 21:12, 18 January 2016
BiNormal(MeanVec, Sdeviations, I, correlationCoef)
A 2-D Normal (or Bi-variate Gaussian) distribution with the indicated individual standard deviations (>0) and the indicated correlation coefficient. The index «I» must have exactly 2 elements, «Sdeviations» must be indexed by «I».
- BiNormal(MeanVec :numeric[I]; Sdeviations : positive[I]; I:IndexType; correlationCoef: number)
Library
Multivariate Distributions.ana
See Also
Comments
Enable comment auto-refresher