Procedures

ProcedureLocationProcedure TypeDescription
adjusted_r_squaredfstats_regressionFunction

Computes the adjusted R-squared value for a data set.

Read more…
allan_variancefstats_allanFunction

Computes the Allan variance of a data set.

Read more…
anovafstats_anovaInterface

Performs an analysis of variance (ANOVA) on the supplied data set.

Read more…
bartletts_testfstats_hypothesisSubroutine

Computes Bartlett's test statistic and associated probability.

Read more…
betafstats_special_functionsFunction

Computes the beta function.

Read more…
bootstrapfstats_bootstrapFunction

Performs a bootstrap calculation on the supplied data set for the given statistic. The default implementation utlizes a random resampling with replacement. Other resampling methods may be defined by specifying an appropriate routine by means of the method input.

bootstrap_resampling_routinefstats_bootstrapInterface
bootstrap_statistic_routinefstats_bootstrapInterface
box_muller_samplefstats_samplingInterface

Generates random, normally distributed values via the Box-Muller transform.

calculate_regression_statisticsfstats_regressionFunction

Computes statistics for the quality of fit for a regression model.

confidence_intervalfstats_hypothesisInterface

Computes the confidence interval for the specified distribution.

Read more…
correlationfstats_regressionFunction

Computes the sample correlation coefficient (an estimate to the population Pearson correlation) as follows.

Read more…
covariancefstats_descriptive_statisticsFunction

Computes the sample covariance of two data sets.

Read more…
covariance_matrixfstats_regressionSubroutine

Computes the covariance matrix where and is computed by design_matrix.

Read more…
design_matrixfstats_regressionSubroutine

Computes the design matrix for the linear least-squares regression problem of , where is the matrix computed here, is the vector of coefficients to be determined, and is the vector of measured dependent variables.

Read more…
differencefstats_helper_routinesFunction

Computes the difference between elements in an array.

digammafstats_special_functionsFunction

Computes the digamma function.

Read more…
distribution_functionfstats_distributionsInterface
distribution_propertyfstats_distributionsInterface
doe_evaluate_modelfstats_experimental_designInterface
doe_fit_modelfstats_experimental_designFunction

Fits a Taylor series model to the provided data.

Read more…
f_testfstats_hypothesisSubroutine

Computes the F-test and returns the probability (two-tailed) that the variances of two data sets are not significantly different.

Read more…
factorialfstats_helper_routinesFunction

Computes the factorial of X.

full_factorialfstats_experimental_designSubroutine

Computes a table with values scaled from 1 to N describing a full-factorial design.

Read more…
get_full_factorial_matrix_sizefstats_experimental_designSubroutine

Computes the appropriate size for a full-factorial design table.

incomplete_betafstats_special_functionsFunction

Computes the incomplete beta function.

Read more…
incomplete_gamma_lowerfstats_special_functionsFunction

Computes the lower incomplete gamma function.

Read more…
incomplete_gamma_upperfstats_special_functionsFunction

Computes the upper incomplete gamma function.

Read more…
iteration_updatefstats_regressionInterface
jacobianfstats_regressionSubroutine

Computes the Jacobian matrix for a nonlinear regression problem.

levenes_testfstats_hypothesisSubroutine

Computes Levene's test statistic and associated probability.

Read more…
linear_least_squaresfstats_regressionSubroutine

Computes a linear least-squares regression to fit a set of data.

Read more…
lowessfstats_smoothingSubroutine

Computes the smoothing of a data set using a robust locally weighted scatterplot smoothing (LOWESS) algorithm. Fitted values are computed at each of the supplied x values.

Read more…
meanfstats_descriptive_statisticsFunction

Computes the mean of the values in an array.

medianfstats_descriptive_statisticsFunction

Computes the median of the values in an array.

nonlinear_least_squaresfstats_regressionSubroutine

Performs a nonlinear regression to fit a model using a version of the Levenberg-Marquardt algorithm.

pooled_variancefstats_descriptive_statisticsInterface

Computes the pooled estimate of variance.

quantilefstats_descriptive_statisticsFunction

Computes the specified quantile of a data set using the SAS Method 4.

Read more…
r_squaredfstats_regressionFunction

Computes the R-squared value for a data set.

Read more…
random_resamplefstats_bootstrapSubroutine

Random resampling, with replacement, based upon a normal distribution.

regression_functionfstats_regressionInterface
regularized_betafstats_special_functionsFunction

Computes the regularized beta function.

Read more…
rejection_samplefstats_samplingFunction

Uses rejection sampling to randomly sample a target distribution.

report_array_size_errorfstats_errorsSubroutine

Reports an array size error.

report_arrays_not_same_size_errorfstats_errorsSubroutine

Reports an error relating to two arrays not being the same size when they should be the same size.

report_iteration_count_errorfstats_errorsSubroutine

Reports an iteration count error.

report_matrix_size_errorfstats_errorsSubroutine

Reports a matrix size error.

report_memory_errorfstats_errorsSubroutine

Reports a memory allocation related error.

report_underdefined_errorfstats_errorsSubroutine

Reports an underdefined problem error.

sample_sizefstats_hypothesisFunction

Estimates the sample size required to achieve an experiment with the desired power and significance levels to ascertain the desired difference in parameter.

Read more…
scaled_random_resamplefstats_bootstrapSubroutine

A random resampling, scaled by the standard deviation of the original data, but based upon a normal distribution.

standard_deviationfstats_descriptive_statisticsFunction

Computes the sample standard deviation of the values in an array.

Read more…
t_test_equal_variancefstats_hypothesisSubroutine

Computes the 2-tailed Student's T-Test for two data sets of assumed equivalent variances.

Read more…
t_test_pairedfstats_hypothesisSubroutine

Computes the 2-tailed Student's T-Test for two paired data sets.

Read more…
t_test_unequal_variancefstats_hypothesisSubroutine

Computes the 2-tailed Student's T-Test for two data sets of assumed non-equivalent variances.

Read more…
trimmed_meanfstats_descriptive_statisticsFunction

Computes the trimmed mean of a data set.

variancefstats_descriptive_statisticsFunction

Computes the sample variance of the values in an array.

Read more…