ssq(wavethresh)
ssq()所属R语言包:wavethresh
Compute sum of squares difference between two vectors
广场两个向量之间的差异计算总和
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given two vectors, u and v, of length n, this function computes sum((u-v)^2).
鉴于两个向量,u和v,长度为n的情况下,这个函数计算sum((u-v)^2)。
用法----------Usage----------
ssq(u,v)
参数----------Arguments----------
参数:u
One of the vectors
一个向量
参数:v
The other of the vectors
的向量中的另一个
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
The sum of squares difference between the two vectors
两个向量之间的差的平方的总和
(作者)----------Author(s)----------
G P Nason
实例----------Examples----------
ssq(c(1,2), c(3,4))
#[1] 8[[1] 8]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|