CascadeFinit | R Documentation |
This is an helper function to create initial values F matrices for cascade networks.
CascadeFinit(sqF, ngrp, low.trig = TRUE)
sqF |
Size of an F cell |
ngrp |
Number of groups |
low.trig |
Fill the lower trigonal matrices with ones |
An array of sizes c(sqF, sqF, ngrp).
Bertrand Frederic, Myriam Maumy-Bertrand.
CascadeFinit(3,2)
CascadeFinit(4,3)
plotF(CascadeFinit(4,3),choice = "F")
CascadeFinit(3,2,low.trig=FALSE)
CascadeFinit(4,3,low.trig=FALSE)
plotF(CascadeFinit(4,3,low.trig=FALSE),choice = "F")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.