search for: sampleinput

Displaying 1 result from an estimated 1 matches for "sampleinput".

Did you mean: exampleinput
2007 Nov 30
2
finding roots (Max Like Est)
I have this maximum liklihood estimate problem i need to find the roots of the following: [sum (from i=1 to n) ] ((2(x[i]-parameter)/(1+(x[i]-parameter)^2))=0 given to me is the x vector which has length 100 how would I find the roots using R? I have 2 thoughts...... 1 is using a grid search ... eg. brute force, just choosing a whole bunch of different values for my parameter .... such as