Namespaces

Types

Type Bucket

Namespace MathNet.Numerics.Statistics

Interfaces IComparable, ICloneable

Methods

Properties

Public instance methods

object Clone()

Creates a deep copy of this bucket.
Parameters
return object

int CompareTo(object bkt)

Comparison of two disjoint buckets.
Parameters
return int
object bkt

bool Equals(object obj)

Checks whether two Buckets are equal.
Parameters
return bool
object obj

int GetHashCode()

Provides a hash code for this bucket.
Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Formats a human-readable string for this bucket.
Parameters
return string

Public properties

IComparer DefaultPointComparer get;

Default comparer.
return IComparer

double Depth get; set;

Depth of the Bucket.
return double

double LowerBound get; set;

Lower Bound of the Bucket.
return double

double UpperBound get; set;

Upper Bound of the Bucket.
return double

double Width get;

Width of the Bucket.
return double