Top "Quantile" questions

Quantiles are points taken at regular intervals from the cumulative distribution function (CDF) of a random variable.

r get value only from quantile() function

I'm sorry for what may be a silly question. When I do: > quantile(df$column, .75) #get 3rd quartile I …

r quantile
Quartiles in SQL query

I have a very simple table like that: CREATE TABLE IF NOT EXISTS LuxLog ( Sensor TINYINT, Lux INT, PRIMARY KEY(…

mysql sql quantile percentile
How to replace outliers with the 5th and 95th percentile values in R

I'd like to replace all values in my relatively large R dataset which take values above the 95th and below …

r dataset outliers quantile
what's the inverse of the quantile function on a pandas Series?

The quantile functions gives us the quantile of a given pandas series s, E.g. s.quantile(0.9) is 4.2 Is there …

python pandas quantile
finding quartiles

I've written a program where the user can enter any number of values into a vector and it's supposed to …

c++ sorting vector quantile nth-element
Plotting quantiles, median and spread using scipy and matplotlib

I am new to matplotlib, and I want to create a plot, with the following information: A line joining the …

python matplotlib scipy boxplot quantile
How to calculate a percentile ranking of a column of data relative to another column using python

I have two columns of data representing the same quantity; one column is from my training data, the other is …

python pandas quantile percentile
Quantile functions in boost (C++)

Judging from the documentation boost seems to offer quantile functions (inverse cdf functions) for both normal and gamma distributions, but …

c++ boost quantile
When using scipy.stats.multivariate_normal.pdf having the error:operands could not be broadcast together with shapes (1,8) (21,)

I want to calculate the multivariate gaussian density function for a data set I have on python. My dataset has 21 …

python pdf scipy gaussian quantile
TypeError: can't multiply sequence by non-int of type 'float' (python 2.7)

I have a dataframe t_unit, which is the result of a pd.read_csv() function. datetime B18_LR_T …

python pandas time-series resampling quantile