Integreat`GLM`
Integreat`GLM`
GLMCompose
GLMCompose[{{glm1,w1},{glm2,w2},…}]
composes glm1, glm2, … with steps sizes scaled by w1, w2, …, respectively.
GLMCompose[{glm1,glm2,…}]
creates a general linear method from a step of glm1, glm2, … in sequence.
glm1[glm2]
composes a step of glm1 with a step of glm2.
glm^p
composes p steps of glm with step size h/p.
Examples
Tech Notes
▪