フィルターのクリア

Is mapstd the same as Zcore ? what is the reverse function?

3 ビュー (過去 30 日間)
farzad
farzad 2015 年 3 月 22 日
コメント済み: farzad 2015 年 3 月 28 日
Hi All
for my work , I should apply zcore to my target matrix , that is a 4x1055 matrix , the zcore I apply is like :
[ tc meanT stdT] = zscore(tc)
and for rolling back I do :
an = meanT + stdT'* an';
I just wanted to know if the mapstd works the same and if the above is correct ?
thank you very much
  1 件のコメント
farzad
farzad 2015 年 3 月 22 日
I tried
an = meanT + stdT* tc';
and
an = meanT .+ stdT* tc';
but unsuccessful

サインインしてコメントする。

採用された回答

Star Strider
Star Strider 2015 年 3 月 22 日
They are not the same. The most notable difference is that mapstd operates on rows, while zscore operates on columns.
If you are using neural networks, use mapstd for consistency with other neural network functions.
  9 件のコメント
Greg Heath
Greg Heath 2015 年 3 月 27 日
I am confused about whether or not you need clarification.
help mapstd
doc mapstd
type mapstd
The latter should have the name of the coder. However, I can probably answer any further clear-cut questions.
Greg
farzad
farzad 2015 年 3 月 28 日
thank you dear Greg , with the other tutorial, I am done , and got my answer ,thank you very much

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by