What function implements density / quantile functions for the Raised cosine distribution in R? -


I'm looking for the equivalent of qnorm and dnorm In R

 Enter the image details here

  drcosd < - Function (x, mu, s) {(1/2 * s) * (1 + cos (pi * (x-mu) / s)}   

One The creation of prcosd will be considered quite straightforward.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -