Displaying 1 result from an estimated 1 matches for "genmat".
2010 Aug 11
3
Running something without a loop when the result from the previous iteration is require for the current iteration
...ces of
precipitation based upon precipitation occurrence for a station during the
previous day and two stations that have already been generated by joint
probablities and 1st order Markov chains or by the same generation process.
This has to be done for each remaining stations for each month.
> genmat # 7 stations in this example, line_before is the climatology of the
last day of the previous month. Stations 4 and 6 have been generated already
in this example
[,1] [,2] [,3] [,4] [,5] [,6] [,7]
line_before 1 1 1 0 1 1 1
NA NA NA 1 NA 0...