Difference between revisions of "Dist reshape"

Line 24: Line 24:
 
* [[Correlate_With]]
 
* [[Correlate_With]]
 
* [[Multivariate distributions]]
 
* [[Multivariate distributions]]
* [[Distribution Densities Library]]
+
* [[media:Multivariate Distributions.ana |Multivariate Distributions.ana]]

Revision as of 18:53, 23 February 2016


Dist_reshape(x, newdist)

Reshapes the probability distribution of uncertain quantity «x» so that it has the same marginal probability distribution (i.e, same set of sample values) as «newdist», but retains the same ranks as «x». Thus:

Rank(Sample(x), Run) =
Rank(Sample(Reshape_dist(x, y)), Run)

In a Mid context, it simply returns the mid value of «newdist», with any indexes of «x».

The result retains any rank correlations that «x» may have with other predecessor variables. So, the rank-order correlation between a third variable z and «x» will be the same as the rank-order correlation between z and a reshaped version of «x», i.e.

RankCorrel(x, z) =
RankCorrel(Dist_Reshape(x, y), z)

The operation may optionally be applied along an index other than Run.

Library

Multivariate Distributions.ana

See Also

Comments


You are not allowed to post comments.