WebCab Portfolio for COM v5.0 Demo

TwoAssetPortfolio.StandardDeviationWithProbabilitiesKnown Method 

Evaluates the standard deviation of an asset given its probability distribution of its returns.

public double StandardDeviationWithProbabilitiesKnown(
   double[] probability,
   double[] rateOfReturn
);

Parameters

probability
probability[s] is an array of the probability of the state s occurring.
rateOfReturn
rateOfReturn[s] is the return (increase in market value) for the first asset in the state s.

See Also

TwoAssetPortfolio Class | WebCab.COM.Finance.Portfolio Namespace