Difference between revisions of "BiNormal"

Line 1: Line 1:
[[category:Multivariate Distribution Functions]]
+
[[Category: Multivariate Distribution Functions]]
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
+
[[Category: Multivariate Distributions library functions]]
 +
[[Category: Doc Status C]] <!-- For Lumina use, do not change -->
  
 
== BiNormal(MeanVec, Sdeviations, I, correlationCoef) ==
 
== BiNormal(MeanVec, Sdeviations, I, correlationCoef) ==

Revision as of 18:12, 23 February 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».

Syntax:

BiNormal(MeanVec :numeric[I]; Sdeviations : positive[I]; I:IndexType; correlationCoef: number)

Library

Multivariate Distributions.ana

See Also

Comments


You are not allowed to post comments.