How can I round numbers from summarize function at 2 decimals?

2 views (last 30 days)
Hi everybody,
Do you know how to round summarize numbers with only 2 decimals? For example I would like to read "Constant" value 0.09 and not 0.0978582176251715. Thanks!
>> summarize(EstMdl_ig_eu)
ARIMA(1,0,1) Model (Gaussian Distribution)
Effective Sample Size: 127
Number of Estimated Parameters: 4
LogLikelihood: -8.04331
AIC: 24.0866
BIC: 35.4634
Value StandardError TStatistic PValue
__________________ ___________________ ________________ _____________________
Constant 0.0978582176251715 0.06972225109897 1.40354357587025 0.160454807228273
AR{1} 0.894082442194838 0.0316067416516684 28.2877131736116 4.89470180485712e-176
MA{1} 0.293831483075661 0.0570983915062768 5.14605534979668 2.66020960853253e-07
Variance 0.0664563062151969 0.00448331313224948 14.8230347189363 1.03978727909242e-49

Answers (0)

Categories

Find more on Conditional Mean Models in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!