Class OneSampleZTest compares a single sample mean to an expected mean from a normal distribution with known standard deviation.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
[SerializableAttribute]
public class OneSampleZTest : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class OneSampleZTest _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class OneSampleZTest : ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.OneSampleZTest

See Also