R/dnormvar.R

Defines functions dnormvar

dnormvar<-function(x){
x^2*dnorm(x)
}

Try the WRS2 package in your browser

Any scripts or data that you put into this service are public.

WRS2 documentation built on May 29, 2024, 7:37 a.m.