PhiUE <- function(A, s){
gammaF(A, s) * A
}
PhiEU <- function(A, s){
betaF(A, s) * A
}
PhiEM <- function(A, s){
x <- dotprod(A) / s / s
2 * A / (1 + x)
}
PhiME <- function(A, s){
gamm <- gammaF(A, s)
gamm * A / (1 + gamm)
}
.PhiUM <- function(A, s){
PhiUE(PhiEM(A, s), s)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.