C# Class Akka.Cluster.Tests.EWMASpec

Inheritance: MetricsCollectorFactory, IDisposable
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
Dispose ( ) : void

Needs to hide previous Dispose implementation in order to avoid recursive disposal.

EWMASpec ( ) : System

Private Methods

Method Description
Calculate_the_EWMA_for_multiple_variable_datastreams ( ) : void
DataStream_must_calculate_alpha_from_halflife_and_collect_interval ( ) : void
DataStream_must_calculate_correct_emwa_value_for_alpha_10_max_bias_towards_latest_value ( ) : void
DataStream_must_calculate_correct_ewma_for_normal_decay ( ) : void
DataStream_must_calculate_same_emwa_for_constant_values ( ) : void
DataStream_must_calculate_sane_alpha_from_long_halflife ( ) : void
DataStream_must_calculate_sane_alpha_from_short_halflife ( ) : void

Method Details

Dispose() public method

Needs to hide previous Dispose implementation in order to avoid recursive disposal.
public Dispose ( ) : void
return void

EWMASpec() public method

public EWMASpec ( ) : System
return System