Constructor
new NumberDescription(what, options)
Constructor
Parameters:
Name | Type | Description |
---|---|---|
what |
String | What is being described |
options |
DescribeOptions |
Members
m2
M2 - sum of squared deviation
mean :number
Mean sum as expressed
Type:
- number
stdDeviation
Standard deviation of the numbers
Methods
(static) matchesType(value) → {Boolean}
Whether the value can be described with this
Parameters:
Name | Type | Description |
---|---|---|
value |
any | value to check |
Returns:
- true if the value matches
- Type
- Boolean