I'm new with python,scipy and stats in general. I want to get the coordinates (x,y) from an 'weibull curve' (I do not know if the expression is correct...).
Input : lambda, beta,... output: (0,0),(2,3),etc...
I want use this output to graph multiple series by using HighCharts, because this is part of a webservice, for now I only need the coordinates.
Thanks.
OS: fedora