Silverfrost Forums

Welcome to our forums

Making gaussian pdf (probability density function)

17 Feb 2010 8:46 #6016

I have data file with two columns (column one is time series and column two is the corresponding value of the data, I know the time series is not important at all to make pdf) as,

1 X1 2 X2 3 X3 . . . . . . n Xn

I need to make a fortran code that would give me values to plot probability density function about zero mean.

I know I need to have maximum value (vmax), minimum value (vmin), number of bin (p) but with no idea how to use them to code. The x-axis scaling part is easier z=(i-mu)/sigma but, well, do not know where should I start from in the first place.

I found PROB(X) is the fortran library from this link http://orion.math.iastate.edu/burkardt/f_src/prob/prob.html but it only made me more more confused. Any suggestion/hint/example of fortran coding for making pdf on similar data file would be highly appreciated. Many Thanks!

26 Feb 2010 4:02 #6052

Solved! If anybody needs it, send me a private msg.

Thanks!

Please login to reply.