C# Class FastQuant.Statistics.StandardDeviation

Inheritance: PortfolioStatisticsItem
Afficher le fichier Open project: fastquant/fastquant.dll

Protected Properties

Свойство Type Description
longAvg double
shortAvg double
totalAvg double
type int

Méthodes publiques

Méthode Description
StandardDeviation ( int type ) : System

Méthodes protégées

Méthode Description
GetStdDev ( TimeSeries ts, double avg ) : double
OnInit ( ) : void
OnStatistics ( PortfolioStatisticsItem statistics ) : void

Method Details

GetStdDev() protected méthode

protected GetStdDev ( TimeSeries ts, double avg ) : double
ts TimeSeries
avg double
Résultat double

OnInit() protected méthode

protected OnInit ( ) : void
Résultat void

OnStatistics() protected méthode

protected OnStatistics ( PortfolioStatisticsItem statistics ) : void
statistics PortfolioStatisticsItem
Résultat void

StandardDeviation() public méthode

public StandardDeviation ( int type ) : System
type int
Résultat System

Property Details

longAvg protected_oe property

protected double longAvg
Résultat double

shortAvg protected_oe property

protected double shortAvg
Résultat double

totalAvg protected_oe property

protected double totalAvg
Résultat double

type protected_oe property

protected int type
Résultat int