All types in NMath Stats are in the CenterSpace.NMath.Stats namespace. To avoid using fully qualified names, preface your code with an appropriate namespace statement. For example, in C#:
using CenterSpace.NMath.Stats;
imports CenterSpace.NMath.Stats
All NMath Stats code shown in this manual assumes the presence of such a namespace statement.
NOTE- In most cases, you must also preface your code with a namespace statement for the CenterSpace.NMath.Core namespace.
TOC | Previous | Next | Index