Displaying 1 result from an estimated 1 matches for "majaxis_pix".
2010 Feb 09
2
Double Integral Minimization Problem
...on are
counts0, index and radius_eff.
I have used both tasks in the past successfully but this is the first time
I've tried using the functions where the free parameters are contained
within the integral. My code is copied below:
############## Begin of the code
alpha=3.99
vita=4.4
ellip=0.2
majaxis_pix=c(3.0 6.5 10.0 13.5 17.0 20.5 24.0 27.5 31.0 34.5 38.0 41.5
45.0 48.5 52.0 55.5 59.0)
counts=c(2479.117 718.061 298.918 157.963 98.869 63.883 44.524 31.918
23.500 17.877 13.915 11.032 8.881 7.245 5.978 4.972 4.175112)
countserr=c(80.085 12.181 4.247 3.148 1.963 1.279 0.448 0.242 0.097
0...