由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - skewness in sas?
相关主题
how to compute inverse of a 20000 by 20000 matrix???请问chicago附近有好的scientific computation program吗?
Parallel computing in Matlab有人知道MS in Scientific Computing好吗?
又一个菜鸟问题请教有关Theory of Computation
Should change "computation" to "matlab computation"目前项目主要找Human-Robot Interaction(HRI),Affective Computing,Computer Vision,NPL的 技术方向。
Should I use C or matlab?问一下2d/3d的fast sovler
谁能推荐有关算法(computation algorithm)的书籍?[转载] 有没有这样现成的模型
选什么系比较合适?请教1万个变量的线性方程组怎么解啊?
Where to buy computer for numerical computation?stable diagonalizer for symmetric eigenproblem
相关话题的讨论汇总
话题: skewness话题: sas话题: xmean话题: computes话题: variance
进入Computation版参与讨论
1 (共1页)
c*w
发帖数: 4736
1
sorry for using English...
does anyone know how sas computes its skewness?
it looks like sas computes variance by: sum(x - xmean)^2/(N-1)
for skewness, it looks like it has something to do with N as well,
not simply sum(x - xmean)^3/(sqrt(variance)^3).
r****y
发帖数: 1437
2

In some software package, skewness is defined with " - 3" so that
the skewness of the normal distribution is 0. In others, it might be without
this "- 3".

【在 c*w 的大作中提到】
: sorry for using English...
: does anyone know how sas computes its skewness?
: it looks like sas computes variance by: sum(x - xmean)^2/(N-1)
: for skewness, it looks like it has something to do with N as well,
: not simply sum(x - xmean)^3/(sqrt(variance)^3).

c*w
发帖数: 4736
3
en... maybe you are talking about kurtosis.
for skewness, it's third moment, so skewness of standard normal is 0,
because standard normal is symmetric.

【在 r****y 的大作中提到】
:
: In some software package, skewness is defined with " - 3" so that
: the skewness of the normal distribution is 0. In others, it might be without
: this "- 3".

s******t
发帖数: 20
4
This one is right.

【在 c*w 的大作中提到】
: en... maybe you are talking about kurtosis.
: for skewness, it's third moment, so skewness of standard normal is 0,
: because standard normal is symmetric.

r****y
发帖数: 1437
5

Yeah, I am wrong, I mixed them together. //blush

【在 c*w 的大作中提到】
: en... maybe you are talking about kurtosis.
: for skewness, it's third moment, so skewness of standard normal is 0,
: because standard normal is symmetric.

1 (共1页)
进入Computation版参与讨论
相关主题
stable diagonalizer for symmetric eigenproblemShould I use C or matlab?
紧急求问: 是否可以将一个对称不定矩阵 A 分解为 A = B * B'谁能推荐有关算法(computation algorithm)的书籍?
求帮忙下载一篇paper选什么系比较合适?
Question: What is the complexity of finding eigenvalue decompostion of a real symmetric mtrix?Where to buy computer for numerical computation?
how to compute inverse of a 20000 by 20000 matrix???请问chicago附近有好的scientific computation program吗?
Parallel computing in Matlab有人知道MS in Scientific Computing好吗?
又一个菜鸟问题请教有关Theory of Computation
Should change "computation" to "matlab computation"目前项目主要找Human-Robot Interaction(HRI),Affective Computing,Computer Vision,NPL的 技术方向。
相关话题的讨论汇总
话题: skewness话题: sas话题: xmean话题: computes话题: variance