princurve:拟合任意尺寸的主曲线:right_arrow_curving_down:

时间:2024-06-15 22:28:50
【文件属性】:

文件名称:princurve:拟合任意尺寸的主曲线:right_arrow_curving_down:

文件大小:73KB

文件格式:ZIP

更新时间:2024-06-15 22:28:50

R

主曲线 将主曲线拟合到任意维度的数据矩阵。 主曲线是穿过多维数据集中间的平滑曲线。 该软件包是Trevor Hastie提供的S / Fortran代码的R / C ++重新实现,具有多个性能调整。 例子 通过玩具数据集演示了princurve的用法。 t <- runif( 100 , - 1 , 1 ) x <- cbind( t , t ^ 2 ) + rnorm( 200 , sd = 0.05 ) colnames( x ) <- c( " dim1 " , " dim2 " ) plot( x ) 可以将主曲线拟合到数据,如下所示: library( princurve ) fit <- principal_curve( x ) plot( fit ); whiskers( x , fit $ s , col = " gray " ) 有关如何使用princu


【文件预览】:
princurve-master
----.gitignore(141B)
----NAMESPACE(653B)
----NEWS.md(8KB)
----R()
--------bias_correct_curve.R(683B)
--------package.R(1KB)
--------periodic_lowess.R(498B)
--------RcppExports.R(2KB)
--------deprecated.R(850B)
--------start_circle.R(920B)
--------principal_curve.R(8KB)
--------smoother_functions.R(858B)
----src()
--------.gitignore(22B)
--------RcppExports.cpp(1KB)
--------project_to_curve.cpp(6KB)
----.Rbuildignore(222B)
----revdep()
--------data.sqlite(140KB)
--------problems.md(29B)
--------README.md(848B)
--------cran.md(232B)
--------failures.md(1KB)
----.github()
--------.gitignore(7B)
--------workflows()
----man()
--------deprecated.Rd(618B)
--------principal_curve.Rd(4KB)
--------smoother_functions.Rd(669B)
--------start_circle.Rd(569B)
--------figures()
--------project_to_curve.Rd(1KB)
--------princurve-package.Rd(1KB)
----README.md(2KB)
----tests()
--------testthat.R(72B)
--------testthat()
----inst()
--------CITATION(1KB)
----README.Rmd(2KB)
----cran-comments.md(4KB)
----princurve.Rproj(424B)
----DESCRIPTION(1KB)

网友评论