Difference between revisions of "Normal correl"

Line 9: Line 9:
  
 
== Library ==
 
== Library ==
<code>Multivariate Distributions.ana</code>
+
Multivariate Distributions library functions ([[media:Multivariate Distributions.ana |Multivariate Distributions.ana]])
 +
:Use '''File &rarr; Add Library...''' to add this library
  
 
== See Also ==
 
== See Also ==

Revision as of 00:35, 24 February 2016


Normal_correl(m, s, r, y)

Generates a normal distribution with mean «m», standard deviation «s», and correlation «r» with normally distributed value «y». In a deterministic context, it will return «m».

If «y» is not normally distributed, the result will also not be normal, and the correlation will be approximate. It generalizes appropriately if any of the parameters are arrays: The result array will have the union of the indexes of the parameters.

Library

Multivariate Distributions library functions (Multivariate Distributions.ana)

Use File → Add Library... to add this library

See Also

Comments


You are not allowed to post comments.