Table of Contents

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 double
standardError double
n int
level LegacyConfidenceLevel

Properties

Level

public readonly LegacyConfidenceLevel Level { get; }

Property Value

LegacyConfidenceLevel

Lower

public readonly double Lower { get; }

Property Value

double

Margin

public readonly double Margin { get; }

Property Value

double

Mean

public readonly double Mean { get; }

Property Value

double

N

public readonly int N { get; }

Property Value

int

StandardError

public readonly double StandardError { get; }

Property Value

double

Upper

public readonly double Upper { get; }

Property Value

double

Methods

Contains(double)

public bool Contains(double value)

Parameters

value double

Returns

bool

ToString()

public override string ToString()

Returns

string

ToString(Func<double, string>, bool)

public string ToString(Func<double, string> formatter, bool showLevel = true)

Parameters

formatter Func<double, string>
showLevel bool

Returns

string

ToString(CultureInfo, string, bool)

public string ToString(CultureInfo cultureInfo, string format = "0.##", bool showLevel = true)

Parameters

cultureInfo CultureInfo
format string
showLevel bool

Returns

string