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

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/29 23:45:47

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

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