Description Usage Arguments Value See Also
This function implements Particle StochasticGradient for the Growth Model.
1 2 3 4  |   ParticleSGGrowth(initial.nlss, y,
    n.particles = function(i) {     30 },
    sa.rate = function(i) {     1/(i + 1)^(2/3) }, n.sg,
    .progress = progress_text, ...)
 | 
initial.nlss | 
 NLSS whose parameters value will serve as starting point  | 
y | 
 Observations  | 
n.particles | 
 Number of particles  | 
n.sg | 
 Number of SG iterations  | 
sa.rate | 
 Learning rate as a function of the iteration  | 
.progress | 
 Progress bar to use, from plyr package, default to progress_text  | 
... | 
 Extra parameters to pass to the SISR filter,
see function   | 
A list with the same components as MH
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.