futile.matrix (version 1.2.7)

dmatrix: Get the density for the given random matrix model

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

Run this code
# NOT RUN {
m <- WignerModel(100)
dmatrix(seq(-1,1,by=0.02), m)
# }

Run the code above in your browser using DataCamp Workspace