sinh
SINH
Type:
sinh
• Category:indicators
Description
Vector Trigonometric Sinh
Parameters
Name | Type | Description | Required | Default |
---|---|---|---|---|
dataExp | string | Input data | no |
Help
SINH
Description
The SINH worker calculates the hyperbolic sine of input data. This indicator is commonly used in financial markets to analyze and model various market trends and patterns.
What does this worker do?
The SINH worker takes input data and returns the hyperbolic sine of that data. The hyperbolic sine function is a mathematical function that is often used in signal processing and analysis.
How to interpret the results?
The output of the SINH worker represents the hyperbolic sine of the input data. This value can be used as a feature in further analysis or modeling.
Parameters
Input Parameters
The following table lists the parameters accepted by the SINH worker:
Parameter | Type | Description |
---|---|---|
dataExp | string | Input data |
Parameters Schema (JSON)
{
"dataExp": {
"type": "string",
"description": "Input data"
}
}
Usage
To use the SINH worker, simply provide the input data as a string in the dataExp
parameter. The worker will return the hyperbolic sine of the input data.
Example:
{
"dataExp": "1.2"
}
This will return the hyperbolic sine of 1.2
.