Displaying 1 result from an estimated 1 matches for "392610".
Did you mean:
39210
2011 Nov 04
4
nested "for" loops
Hi all , I have written a code with nested "for" loops .
The aim is to estimate the maximum likelihood by creating 3 vectors with the
same length( sequence )
and then to utilize 3 "for" loops to make combinations among the 3 vectors ,
which are (length)^3 in number , and find the one that maximize the
likelihood ( maximum likelihood estimator).
The code I created, runs but