dmatrix: Get the density for the given random matrix model

Description Arguments Value Usage Examples

Description

This is the analog to dnorm except for a random matrix

Arguments

x

A numeric vector

model

The random matrix model

Value

A vector of corresponding densities

Usage

dmatrix(x, model)

dmatrix(x, model)

dmatrix(x, model)

Examples

1
2
m <- WignerModel(100)
dmatrix(seq(-1,1,by=0.02), m)

futile.matrix documentation built on May 2, 2019, 4:22 a.m.