![]() a | Overloaded. compute the "a" factor of the linear function of design2 |
![]() b | Overloaded. compute the "b" factor of the linear function of design2 |
![]() cov | Overloaded. compute the covariance |
![]() r | Overloaded. compute the correlation coefficient |
NuGenStatistics Constructor
|
Constructor |
a | Overloaded. compute the "a" factor of the linear function of design |
b | Overloaded. compute the "b" factor of the linear function of design |
cov | Overloaded. compute the covariance |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IQ | Compute the inter quantile range |
length | Compute the size of the design: the number of values in the serie |
max | Compute the maximum value of the design: the maximum value in the serie |
mean | Compute the average: sum of values / number of values |
middle_of_range | Compute middle of range |
min | Compute the minimum value of the design: the minimum value in the serie |
mode | the value with the highest frequency |
Q1 | First quartile is where 25% of the events are to the left of its position |
Q2 | Compute the median |
Q3 | Third quartile is where 75% of the events are to the left of its position. |
r | Overloaded. compute the correlation coefficient |
range | Compute the range: the difference between the minimum and the maximum value |
s | Compute standard deviation |
ToString (inherited from Object) | Returns a String that represents the current Object. |
update | Update the design (provides a new serie of values) |
var | Compute sample variance |
YULE | Compute the YULE index |
Z | compute the index standard of a given member of the design |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
NuGenStatistics Class | Genetibase.MathX Namespace