CascadeFshape: Create F matrices shaped for cascade networks inference.

View source: R/global.R

CascadeFshapeR Documentation

Create F matrices shaped for cascade networks inference.

Description

This is an helper function to create F matrices with special shape used for cascade networks.

Usage

CascadeFshape(sqF, ngrp)

Arguments

sqF

Size of an F cell

ngrp

Number of groups

Value

An array of sizes c(sqF, sqF, ngrp).

Author(s)

Bertrand Frederic, Myriam Maumy-Bertrand.

Examples


CascadeFshape(3,2)
plotF(CascadeFshape(3,2),choice = "Fshape")
CascadeFshape(4,3)
plotF(CascadeFshape(4,3),choice = "Fshape")


Patterns documentation built on Dec. 1, 2022, 5:09 p.m.