Re: [Tutor] Probability Density Function

2015-10-19 Thread Laura Creighton
In a message of Mon, 19 Oct 2015 20:23:27 +0200, Sashen Singh writes: >Hi, >I have an array of chi square values for different values of redshift >between 0 and 3. I know that the min-chi square value refers to the maximum >likelihood. I need to plot a probability density function using the chi >sq

Re: [Tutor] Probability Density Function

2015-10-19 Thread Danny Yoo
On Mon, Oct 19, 2015 at 11:23 AM, Sashen Singh wrote: > Hi, > I have an array of chi square values for different values of redshift > between 0 and 3. I know that the min-chi square value refers to the maximum > likelihood. I need to plot a probability density function using the chi > square value

[Tutor] Probability Density Function

2015-10-19 Thread Sashen Singh
Hi, I have an array of chi square values for different values of redshift between 0 and 3. I know that the min-chi square value refers to the maximum likelihood. I need to plot a probability density function using the chi square values. I'm expecting a peak at the min-chi square. I'm having a lot o