Learn R Programming

profrep (version 1.0.0)

sigmoid: Calculates the sigmoid function of the input

Description

Calculates the sigmoid function of the input

Usage

sigmoid(float)

Value

A float number which is the result of the sigmoid function

Arguments

float

A float number

Examples

Run this code
sigmoid(0)
sigmoid(2)

Run the code above in your browser using DataLab