﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
4	Fallo en la funcion QuantileS()	manuelb	danirus	"(From the TOL forum) 
 
From quantil 0.50 (not included) until Max they all have the same value: The maximum. 
 
Example: 
Serie ser = SubSer(Gaussian(10000, 10), y2000m01d01, y2000m01d31);  
Real q25 = QuantileS(ser, y2000m01d01, y2000m01d31, 0.25);  
Real q50 = QuantileS(ser, y2000m01d01, y2000m01d31, 0.50);  
Real q51 = QuantileS(ser, y2000m01d01, y2000m01d31, 0.51);  
Real q52 = QuantileS(ser, y2000m01d01, y2000m01d31, 0.52);  
Real q75 = QuantileS(ser, y2000m01d01, y2000m01d31, 0.75);  
Real q90 = QuantileS(ser, y2000m01d01, y2000m01d31, 0.90);  
Real max = MaxS(ser, y2000m01d01, y2000m01d31);  
  
/*  
The result will be: 
 q51 == q52 == q75 == q90 == max  
*/"	defect	closed	high		Math	1.1.1	normal	fixed	TOL	
