powered by
This is an helper function to create initial values F matrices for cascade networks.
CascadeFinit(sqF, ngrp, low.trig = TRUE)
An array of sizes c(sqF, sqF, ngrp).
Size of an F cell
Number of groups
Fill the lower trigonal matrices with ones
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")
Run the code above in your browser using DataLab