[Returnanalytics-commits] r3957 - pkg/Dowd/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 13 18:35:44 CEST 2015


Author: dacharya
Date: 2015-08-13 18:35:43 +0200 (Thu, 13 Aug 2015)
New Revision: 3957

Added:
   pkg/Dowd/man/NormalQuantileStandardError.Rd
Log:
Function NormalQuantileStandardError added.

Added: pkg/Dowd/man/NormalQuantileStandardError.Rd
===================================================================
--- pkg/Dowd/man/NormalQuantileStandardError.Rd	                        (rev 0)
+++ pkg/Dowd/man/NormalQuantileStandardError.Rd	2015-08-13 16:35:43 UTC (rev 3957)
@@ -0,0 +1,38 @@
+% Generated by roxygen2 (4.1.1): do not edit by hand
+% Please edit documentation in R/NormalQuantileStandardError.R
+\name{NormalQuantileStandardError}
+\alias{NormalQuantileStandardError}
+\title{Standard error of normal quantile estimate}
+\usage{
+NormalQuantileStandardError(prob, n, mu, sigma, bin.size)
+}
+\arguments{
+\item{prob}{Tail probability. Can be a vector or scalar}
+
+\item{n}{Sample size}
+
+\item{mu}{Mean of the normal distribution}
+
+\item{sigma}{Standard deviation of the distribution}
+
+\item{bin.size}{Bin size. It is optional parameter with default value 1}
+}
+\value{
+Vector or scalar
+depending on whether the probability is a vector
+or scalar
+}
+\description{
+Estimates standard error of normal quantile estimate
+}
+\examples{
+# Estimates standard error of normal quantile estimate
+   NormalQuantileStandardError(.8, 100, 0, .5, 3)
+}
+\author{
+Dinesh Acharya
+}
+\references{
+Dowd, K. Measuring Market Risk, Wiley, 2007.
+}
+



More information about the Returnanalytics-commits mailing list