Lower Quartile Calculator
Online calculator to calculating the lower quartile of a data series
The lower quartile of a data set is a point where about 25% of observations are below that point. It is the middle value between the lowest data point and the median of the data set.
To perform the calculation, enter a series of numbers. Then click the 'Calculate' button. The list can be entered unsorted.
Input format
The data can be entered as a series of numbers, separated by semicolons or spaces. You can enter the data as a list (one value per line). Or from a column from Excel spreadsheet by copy & paste
|
Quantile Methods
There are several methods for calculating the quartile. Mathematica, Matlab, R and GNU Octave programming languages include nine sample quantile methods.SAS includes five sample quantile methods, SciPy and Maple both include eight, EViews includes the six piecewise linear functions, STATA includes two, and Microsoft Excel includes two. Mathematica supports an arbitrary parameter for methods that allows for other, non-standard, methods.
The calculator above supports the following nine methods:
Equivalent to R: 1, SAS: 3, Maple: 1.
Equivalent to R: 2, SAS: 5, Maple: 2.
Equivalent to R: 3, SAS: 2.
Equivalent to R: 4, SAS: 1, SciPy: (0,1), Maple: 3.
Equivalent to R-5, SciPy-(.5,.5), Maple-4.
Equivalent to R-6, Excel, SAS-4, SciPy-(0,0), Maple-5.
Equivalent to R: 7, Excel, SciPy: (1,1), Maple: 6.
Equivalent to R: 8, SciPy: (1/3,1/3), Maple: 7.
Equivalent to R: 9, SciPy: (3/8,3/8), Maple: 8.
More statistics functions
Arithmetic Mean • Contraharmonic Mean • Covariance • Empirical distribution CDF • Deviation • Five-Number Summary • Geometric Mean • Harmonic Mean • Inverse Empirical distribution CDF • Kurtosis • Log Geometric Mean • Lower Quartile • Median • Pooled Standard Deviation • Pooled Variance • Skewness (Statistische Schiefe) • Upper Quartile • Variance
|