Clear Filters
Clear Filters

Please, can any one inform me the difference between mse(x,y) and mse(x-y), if i suppose x and y random variable data vectors with zero mean

2 views (last 30 days)
x=[1 3 5 6 8] y=[1.4 2.9 5 6.2 7.7] MSE1=mse(x-y) MSE2=mse(x,y)

Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox 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!