Difference between revisions of "BiNormal"

m (adding doc status category)
m (another category)
 
(9 intermediate revisions by 2 users not shown)
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:Multivariate distributions]]
 +
[[category:Continuous distributions]]
 +
[[category:Unimodal distributions]]
 +
[[Category: Doc Status C]] <!-- For Lumina use, do not change -->
  
= BiNormal( MeanVec :numeric[I]; Sdeviations : positive[I]; I:IndexType; correlationCoef : number ) =
+
== 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».
  
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 ==
 
+
Multivariate Distributions library functions ([[media:Multivariate Distributions.ana |Multivariate Distributions.ana]])
Multivariate Distributions.ana
+
:Use [[File menu|File]] &rarr; '''Add Library...''' to add this library
 
 
= See Also =
 
  
 +
== See Also ==
 
* [[Normal]]
 
* [[Normal]]
 +
* [[Normal_correl]]
 
* [[Gaussian]]
 
* [[Gaussian]]
 +
* [[MultiNormal]]
 
* [[Correlate_With]]
 
* [[Correlate_With]]
 +
* [[Multivariate distributions]]
 +
* [[media:Multivariate Distributions.ana |Multivariate Distributions.ana]]

Latest revision as of 02:45, 29 September 2018


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 library functions (Multivariate Distributions.ana)

Use FileAdd Library... to add this library

See Also

Comments


You are not allowed to post comments.