Computes the equivalent normalized value of a random variable based on the distribution’s mean and standard deviation.
Fetches the user-specified nth smallest value from a given dataset.
Determines the slope of the line derived from the linear regression of a given dataset.
Calculates the skewness of a dataset representing the entire population.
Computes the skewness of a dataset, providing insight into the distribution’s symmetry around the mean.
Computes the square of r, representing the Pearson product-moment correlation coefficient for a given dataset.
Provides the ranking of a specified value within a dataset. For duplicate values, it returns the highest rank among those entries.
Returns the ranking position of a specified value within a dataset. If multiple instances of the same value exist, the average rank of those entries will be determined.
Determines the position of a specified value within a dataset.
Refer to QUARTILE function for details.
