https://github.com/cran/spate
Raw File
Tip revision: 5e0d0fe2f1f654df256311e24076b17a851571f9 authored by Fabio Sigrist on 29 August 2016, 19:29:37 UTC
version 1.5
Tip revision: 5e0d0fe
Palpha.Rd
\name{Palpha}
\alias{Palpha}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{
Prior for direction of anisotropy in diffusion parameter alpha.
}
\description{
Default prior for direction of anisotropy in diffusion parameter alpha. A uniform
prior on [0,pi/4] is used.
}
\usage{
Palpha(alpha, log = FALSE)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{alpha}{
A quantile
}
\item{log}{
    Indicates whether the logarithm should be calculated or not
}
}

\value{
  Value of (log) prior at 'alpha'.

}

\author{
Fabio Sigrist
}
back to top