C# Class Opc.Ua.Server.StdDevAggregateCalculator

Calculates the value of an aggregate.
Inheritance: AggregateCalculator
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
StdDevAggregateCalculator ( NodeId aggregateId, System.DateTime startTime, System.DateTime endTime, double processingInterval, bool stepped, AggregateConfiguration configuration ) : System

Initializes the aggregate calculator.

Méthodes protégées

Méthode Description
ComputeRegression ( Opc.Ua.Server.TimeSlice slice, int valueType ) : DataValue

Calculates the RegSlope, RegConst and RegStdDev aggregates for the timeslice.

ComputeStdDev ( Opc.Ua.Server.TimeSlice slice, bool includeBounds, int valueType ) : DataValue

Calculates the StdDev, Variance, StdDev2 and Variance2 aggregates for the timeslice.

ComputeValue ( Opc.Ua.Server.TimeSlice slice ) : DataValue

Computes the value for the timeslice.

Method Details

ComputeRegression() protected méthode

Calculates the RegSlope, RegConst and RegStdDev aggregates for the timeslice.
protected ComputeRegression ( Opc.Ua.Server.TimeSlice slice, int valueType ) : DataValue
slice Opc.Ua.Server.TimeSlice
valueType int
Résultat DataValue

ComputeStdDev() protected méthode

Calculates the StdDev, Variance, StdDev2 and Variance2 aggregates for the timeslice.
protected ComputeStdDev ( Opc.Ua.Server.TimeSlice slice, bool includeBounds, int valueType ) : DataValue
slice Opc.Ua.Server.TimeSlice
includeBounds bool
valueType int
Résultat DataValue

ComputeValue() protected méthode

Computes the value for the timeslice.
protected ComputeValue ( Opc.Ua.Server.TimeSlice slice ) : DataValue
slice Opc.Ua.Server.TimeSlice
Résultat DataValue

StdDevAggregateCalculator() public méthode

Initializes the aggregate calculator.
public StdDevAggregateCalculator ( NodeId aggregateId, System.DateTime startTime, System.DateTime endTime, double processingInterval, bool stepped, AggregateConfiguration configuration ) : System
aggregateId NodeId The aggregate function to apply.
startTime System.DateTime The start time.
endTime System.DateTime The end time.
processingInterval double The processing interval.
stepped bool Whether to use stepped interpolation.
configuration AggregateConfiguration The aggregate configuration.
Résultat System