multi-levels(SpherWave)
multi-levels()所属R语言包:SpherWave
Deciding the Number of Multi-Resolution Levels
决定的数量多分辨率水平
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function decides the number of multi-resolution levels by G\"ottlemann's method, modified G\"ottlemann's method or standard method.
此功能决定的数目的多分辨率的水平,由G \“ottlemann的方法,修饰的G \”ottlemann的方法或标准方法。
用法----------Usage----------
modnetlevel(angle) # for modified G\"{o}ttlemann's grid
gotnetlevel(angle) # for G\"{o}ttlemann's grid
netlevel(angle) # for standard grid
参数----------Arguments----------
参数:angle
radius (geodesic distance) from locations of data within a territory to the center point of the territory
从数据位置的一国领土内的中心点的领土半径(测地距离)
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>nlevel</td> <td> the number of multi-resolution levels.</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> nlevel</ TD> <TD>数多分辨率水平。</ TD> </ TR> </表>
参考文献----------References----------
Oh, H-S. (1999) Spherical wavelets and their statistical analysis with applications to meteorological data. Ph.D. Thesis, Department of Statistics, Texas A\&M University, College Station.
实例----------Examples----------
modnetlevel(3 * pi/180) # for modified G\"{o}ttlemann's grid[改性G \“{O} ttlemann”的网格]
gotnetlevel(2 * pi/180) # for G\"{o}ttlemann's grid[G \“{O} ttlemann”的网格]
netlevel(5 * pi/180) # for standard grid[为标准的网格]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|