Name |
Brief |
Example |
Count |
Counts elements in a vector. |
Example |
Cov |
Returns the covariance between two datasets. |
|
Forecast |
Performs linear regression on the known XY coordinates to calculate or predict y coordinate at given coordinate x. |
Example |
Intercept |
Calculates the intercept of the linear regression of the given curve. |
Example |
Max |
This function returns the maximum value from a set of values. |
Example |
Maxifs |
Returns the maximum value from a given dataset vd that satisfies a specified condition con. |
Example |
Mean |
Returns the average of a vector. |
Example |
Median |
This function is used to return median of vdData with n Interpolation. |
Example |
Min |
This function is used to return the minimum value from a set of values. |
Example |
Minifs |
Returns the minimum value from a given dataset vd that satisfies a specified condition con. |
Example |
Rms |
This function is used to return the root mean square of a vector. |
Example |
Sem |
Calculates the standard error of a vector. |
Example |
Slope |
Calculates the slope of the linear regression of the given curve. |
Example |
Ss |
Assumes the mean of the data as the reference value. |
Example |
StdDev |
Calculates the standard deviation based on a sample. |
Example |
StdDevP |
Return the standard deviation based on the entire population given as arguments. |
Example |
Total |
Returns the sum of a vector. |
Example |
Name |
Brief |
Example |
Confidence |
Returns the confidence interval for a population mean. |
Example |
Geomean |
Geometric Mean |
Example |
Geosd |
Geometric SD |
Example |
Harmean |
Harmonic Mean |
Example |
Histogram |
The histogram(dataset, inc, min, max) function generates data bins from dataset in the specified range from min to max. |
|
Kurt |
Returns the kurtosis of the specified dataset. |
Example |
lcl |
Returns the lower confidence limit. level is 0.95 by default. |
Example |
Mad |
Mean Absolute Deviation |
Example |
Percentile |
Returns a range comprised of the percentile values for dataset1 at each percent value specified in dataset2. |
Example |
QCD2 |
Returns a factor (Quality Control D2 Factor) |
Example |
QCD3 |
Returns a factor. (Quality Control D3 Factor) |
Example |
QCD4 |
Returns a factor. (Quality Control D4 Factor) |
Example |
Skew |
Returns the skewness of a distribution. |
Example |
ucl |
Returns the upper confidence limit. level is 0.95 by default. |
Example |