Method | Description | |
---|---|---|
AddBucket ( Bucket bucket ) : void |
bucket 을 현재 Histogram에 추가합니다.
|
|
AddData ( IEnumerable |
Data를 추가합니다.
|
|
AddData ( double d ) : void |
변량 추가
|
|
GetCounts ( ) : double[] | ||
Histogram ( ) : System | ||
Histogram ( IEnumerable |
||
Histogram ( IEnumerable |
||
Histogram ( int bucketCount, double lower, double upper ) : System | ||
ResetData ( ) : void |
모든 변량들의 빈도수를 Clear합니다.
|
|
StemLeaf ( int maxMark ) : string |
Formats the contents of the Histogram into a simple acsii stem-leaf diagram. If the bin boundaries are b0, b1, b2,...,bn-1, and the counts for these bins are c1, c2,...,cn, respectively, then the this method returns a string with the following format: Number SmallerCount: ***number SmallerCount [b0,b1): *****c1 [b1,b2): **********c2 [b2,b3): ***************c3 . . . [bn-2,bn-1]: *****cn Number LargerCount : *****number LargerCount. Where the number of '*'s is for a particular bin is equal to the count for that bin minus one. |
|
ToString ( ) : string | ||
this ( int index ) : Bucket |
지정된 인덱스의 Bucket
|
Method | Description | |
---|---|---|
GetBucketIndexOf ( double x ) : int | ||
LazySort ( ) : void |
public Histogram ( IEnumerable |
||
data | IEnumerable |
|
bucketCount | int | |
return | System |
public Histogram ( IEnumerable |
||
data | IEnumerable |
|
bucketCount | int | |
lower | double | |
upper | double | |
return | System |
public Histogram ( int bucketCount, double lower, double upper ) : System | ||
bucketCount | int | |
lower | double | |
upper | double | |
return | System |