BookmarkSubscribeRSS Feed
sasphd
Lapis Lazuli | Level 10

I want to estimate the volatility of a variable which I already estimate with proc model. I know that I can save my variable and calculate its volatility with proc means but I want to estimate its volatility in proc model to test for its equality with another variable.

I try to do that to test for the equality of standard deviation of variables A and B.

test std(A)=std(B);

but it does not work. I have this message.

ERROR: The function STD requires at least 2 arguments. There are too few arguments for the

       function STD.

1 REPLY 1
SteveDenham
Jade | Level 19

The TEST statement only applies to the parameters estimated in the FIT statement.  Unless you are estimating the standard deviation as one of the parameters, there will be no way to use TEST.

Equality of variances (standard deviations squared) can be tested in a datastep using an F test of the ratio of the two variances.

Steve Denham

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 931 views
  • 3 likes
  • 2 in conversation