sigmoid {profrep}R Documentation

Calculates the sigmoid function of the input

Description

Calculates the sigmoid function of the input

Usage

sigmoid(float)

Arguments

float

A float number

Value

A float number which is the result of the sigmoid function

Examples

sigmoid(0)
sigmoid(2)


[Package profrep version 1.0.0 Index]