math: Shortcut to mathematical functions

permutateR Documentation

Shortcut to mathematical functions

Description

scientific_notation() splits number into mantissa and exponent.

Usage

permutate(n, k)

probit(p)

logit(p, base = exp(1))

sigmoid(x, gain = 1)

logistic(x, r = 1, k = 1, x0 = 0)

exponent(x, base = exp(1))

mantissa(x, base = exp(1))

scientific_notation(x, base = 10)

Arguments

n, k

numeric vectors

p

a numeric vector between 0 and 1

base

a numeric

x

a numeric vector

gain

a numeric

r

a numeric vector

x0

a numeric vector


heavywatal/rwtl documentation built on April 2, 2024, 6:08 p.m.