Struct LegacyConfidenceInterval
- Namespace
- BenchmarkDotNet.Mathematics
- Assembly
- BenchmarkDotNet.dll
public struct LegacyConfidenceInterval
- Inherited Members
Constructors
LegacyConfidenceInterval(double, double, int, LegacyConfidenceLevel)
public LegacyConfidenceInterval(double mean, double standardError, int n, LegacyConfidenceLevel level = LegacyConfidenceLevel.L999)
Parameters
mean
doublestandardError
doublen
intlevel
LegacyConfidenceLevel
Properties
Level
public readonly LegacyConfidenceLevel Level { get; }
Property Value
Lower
public readonly double Lower { get; }
Property Value
Margin
public readonly double Margin { get; }
Property Value
Mean
public readonly double Mean { get; }
Property Value
N
public readonly int N { get; }
Property Value
StandardError
public readonly double StandardError { get; }
Property Value
Upper
public readonly double Upper { get; }
Property Value
Methods
Contains(double)
public bool Contains(double value)
Parameters
value
double
Returns
ToString()
public override string ToString()
Returns
ToString(Func<double, string>, bool)
public string ToString(Func<double, string> formatter, bool showLevel = true)
Parameters
Returns
ToString(CultureInfo, string, bool)
public string ToString(CultureInfo cultureInfo, string format = "0.##", bool showLevel = true)
Parameters
cultureInfo
CultureInfoformat
stringshowLevel
bool