用spss作非线性回归时,tan()函数是用哪几个字母表示的?

来源:百度知道 编辑:UC知道 时间:2024/05/26 19:40:41

早期的SPSS版本没有tan( )函数,
只有SIN( )函数和COS( )函数,但也够用了。
因为tan x = sin x / cos x
你可以用sin( ) / cos( )来表达。
据闻(不知是否属实),近年最新的SPSS版本已经提供了tan( )函数。