WebCab Portfolio Web Services for .NET v5.0 Demo

TwoAssetPortfolio.StandardDeviationWithHistoricalReturnsKnown Method 

Evaluates the standard deviation of an asset from its historical returns.

public double StandardDeviationWithHistoricalReturnsKnown(
   double[] historicalReturns
);

Parameters

historicalReturns
historicalReturns1[t] is the return (increase in market value) of the first asset in the tth period.

Remarks

@excrelFunction stdDev

See Also

TwoAssetPortfolio Class | Portfolio Namespace