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.
Calculates the value closest to a specified quartile of a dataset, excluding 0 and 4.
Provides the value closest to a designated quartile within a dataset.
Calculates the likelihood that a randomly selected value from a specified set lies within designated limits, based on provided probabilities.