Class SummaryStatistics
- Namespace
- Balsam.EventStudy
- Assembly
- Balsam.Backtester.dll
Encapsulates summary statistics for a particular horizon.
public class SummaryStatistics
- Inheritance
-
SummaryStatistics
- Inherited Members
- Extension Methods
Properties
Average
Gets the average return.
public double Average { get; }
Property Value
BenchmarkObservations
Gets the number of obervations in the benchmark.
public int BenchmarkObservations { get; }
Property Value
BenchmarkPercentUp
Gets the percent of benchmark returns that were positive.
public double BenchmarkPercentUp { get; }
Property Value
BenchmarkReturn
Gets the benchmark return.
public double BenchmarkReturn { get; }
Property Value
BenchmarkStandardDeviation
Gets the standard deviation of benchmark returns.
public double BenchmarkStandardDeviation { get; }
Property Value
Expectation
Gets the expectation.
public double Expectation { get; }
Property Value
Horizon
Gets the horizon.
public int Horizon { get; }
Property Value
Median
Gets the median return.
public double Median { get; }
Property Value
NetReturn
Gets the average return net of the benchmark.
public double NetReturn { get; }
Property Value
Observations
Gets the number of observations.
public int Observations { get; }
Property Value
PercentUp
Gets the percent of observations that were positive.
public double PercentUp { get; }
Property Value
StandardDeviation
Gets the standard deviation.
public double StandardDeviation { get; }
Property Value
TStat
Gets the t-stat.
public double TStat { get; }