码迷,mamicode.com
首页 > 其他好文 > 详细

talib 中文文档(十四):Math Transform Functions 数学变换

时间:2018-08-11 22:34:26      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:class   exp   cto   function   root   asi   向上取整   python   real   

Math Transform Functions

ACOS - Vector Trigonometric ACos

函数名:ACOS
名称:acos函数是反余弦函数,三角函数

real = ACOS(close)

ASIN - Vector Trigonometric ASin

函数名:ASIN
名称:反正弦函数,三角函数

real = ASIN(close)

ATAN - Vector Trigonometric ATan

函数名:ASIN
名称:数字的反正切值,三角函数

real = ATAN(close)

CEIL - Vector Ceil

函数名:CEIL
简介:向上取整数

real = CEIL(close)

COS - Vector Trigonometric Cos

函数名:COS
名称:余弦函数,三角函数

real = COS(close)

COSH - Vector Trigonometric Cosh

函数名:COSH
名称:双曲正弦函数,三角函数

real = COSH(close)

EXP - Vector Arithmetic Exp

函数名:EXP
名称:指数曲线,三角函数

real = EXP(close)

FLOOR - Vector Floor

函数名:FLOOR
名称:向下取整数

real = FLOOR(close)

LN - Vector Log Natural

函数名:LN
名称:自然对数

real = LN(close)

LOG10 - Vector Log10

函数名:LOG10
名称:对数函数log

real = LOG10(close)

SIN - Vector Trigonometric Sin

函数名:SIN
名称:正弦函数,三角函数

real = SIN(close)

SINH - Vector Trigonometric Sinh

函数名:SINH
名称:双曲正弦函数,三角函数

real = SINH(close)

SQRT - Vector Square Root

函数名:SQRT
名称:非负实数的平方根

real = SQRT(close)

TAN - Vector Trigonometric Tan

函数名:TAN
名称:正切函数,三角函数

real = TAN(close)

TANH - Vector Trigonometric Tanh

函数名:TANH

名称:双曲正切函数,三角函数

real = TANH(close)

talib 中文文档(十四):Math Transform Functions 数学变换

标签:class   exp   cto   function   root   asi   向上取整   python   real   

原文地址:https://www.cnblogs.com/fangbei/p/9461336.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!