Skip to content

Commit

Permalink
Deploying to gh-pages from @ d6f73b6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmgarnier committed Aug 14, 2024
1 parent f433c8a commit ff34b88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 3.1.11
pkgdown: 2.1.0
pkgdown_sha: ~
articles: {}
last_built: 2024-08-07T16:20Z
last_built: 2024-08-14T15:43Z
urls:
reference: https://swarm-lab.github.io/wcec/reference
article: https://swarm-lab.github.io/wcec/articles
11 changes: 9 additions & 2 deletions reference/dot-wcov.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"path":"https://swarm-lab.github.io/wcec/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"First Last. Author, maintainer.","code":""},{"path":"https://swarm-lab.github.io/wcec/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Last F (2024). wcec: Package (One Line, Title Case). R package version 0.0.0.9000, https://swarm-lab.github.io/wcec/, https://github.com/swarm-lab/wcec.","code":"@Manual{, title = {wcec: What the Package Does (One Line, Title Case)}, author = {First Last}, year = {2024}, note = {R package version 0.0.0.9000, https://swarm-lab.github.io/wcec/}, url = {https://github.com/swarm-lab/wcec}, }"},{"path":"https://swarm-lab.github.io/wcec/index.html","id":"wcec","dir":"","previous_headings":"","what":"What the Package Does (One Line, Title Case)","title":"What the Package Does (One Line, Title Case)","text":"goal wcec …","code":""},{"path":"https://swarm-lab.github.io/wcec/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"What the Package Does (One Line, Title Case)","text":"can install development version wcec GitHub :","code":"# install.packages(\"pak\") pak::pak(\"swarm-lab/wcec\")"},{"path":"https://swarm-lab.github.io/wcec/index.html","id":"example","dir":"","previous_headings":"","what":"Example","title":"What the Package Does (One Line, Title Case)","text":"basic example shows solve common problem:","code":"library(wcec) ## basic example code"},{"path":"https://swarm-lab.github.io/wcec/reference/dot-wcov.html","id":null,"dir":"Reference","previous_headings":"","what":"Weighted Covariance Matrix — .wcov","title":"Weighted Covariance Matrix — .wcov","text":"wcov computes estimates weighted covariance matrix weighted mean data.","code":""},{"path":"https://swarm-lab.github.io/wcec/reference/dot-wcov.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Weighted Covariance Matrix — .wcov","text":"","code":".wcov(x, w)"},{"path":"https://swarm-lab.github.io/wcec/reference/dot-wcov.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Weighted Covariance Matrix — .wcov","text":"x matrix \\(m\\) columns \\(n\\) rows, column represents different variable row different observation. w non-negative non-zero vector weights observation. length must equal number rows x.","code":""},{"path":"https://swarm-lab.github.io/wcec/reference/dot-wcov.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Weighted Covariance Matrix — .wcov","text":"list two components: center: estimate center (mean) data. cov: estimated (weighted) covariance matrix.","code":""},{"path":"https://swarm-lab.github.io/wcec/reference/dot-wcov.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Weighted Covariance Matrix — .wcov","text":"Simon Garnier, [email protected]","code":""},{"path":"https://swarm-lab.github.io/wcec/reference/dot-wcov.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Weighted Covariance Matrix — .wcov","text":"","code":"m <- matrix(c(rnorm(500, 6), rnorm(500, 11, 3)), ncol = 2) w <- runif(500) gravitree:::.wcov(m, w) #> Error in loadNamespace(x): there is no package called ‘gravitree’"},{"path":"https://swarm-lab.github.io/wcec/reference/four_Gaussians.html","id":null,"dir":"Reference","previous_headings":"","what":"Four Gaussian Clusters — four_Gaussians","title":"Four Gaussian Clusters — four_Gaussians","text":"Matrix 2-dimensional points forming four Gaussian clusters.","code":""},{"path":"https://swarm-lab.github.io/wcec/reference/four_Gaussians.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Four Gaussian Clusters — four_Gaussians","text":"","code":"data(four_Gaussians) plot(four_Gaussians, pch = 19)"},{"path":"https://swarm-lab.github.io/wcec/reference/three_Gaussians.html","id":null,"dir":"Reference","previous_headings":"","what":"Three Gaussian Clusters — three_Gaussians","title":"Three Gaussian Clusters — three_Gaussians","text":"Matrix 2-dimensional points forming three Gaussian clusters.","code":""},{"path":"https://swarm-lab.github.io/wcec/reference/three_Gaussians.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Three Gaussian Clusters — three_Gaussians","text":"","code":"data(three_Gaussians) plot(three_Gaussians, pch = 19)"},{"path":"https://swarm-lab.github.io/wcec/reference/wcec.html","id":null,"dir":"Reference","previous_headings":"","what":"wcec: ... — wcec","title":"wcec: ... — wcec","text":"wcec package provides ...","code":""},{"path":[]},{"path":[]},{"path":"https://swarm-lab.github.io/wcec/reference/wcec.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"wcec: ... — wcec","text":"Simon Garnier [email protected] Jason Graham [email protected] Maintainer: Simon Garnier [email protected]","code":""}]
[{"path":"https://swarm-lab.github.io/wcec/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"First Last. Author, maintainer.","code":""},{"path":"https://swarm-lab.github.io/wcec/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Last F (2024). wcec: Package (One Line, Title Case). R package version 0.0.0.9000, https://swarm-lab.github.io/wcec/, https://github.com/swarm-lab/wcec.","code":"@Manual{, title = {wcec: What the Package Does (One Line, Title Case)}, author = {First Last}, year = {2024}, note = {R package version 0.0.0.9000, https://swarm-lab.github.io/wcec/}, url = {https://github.com/swarm-lab/wcec}, }"},{"path":"https://swarm-lab.github.io/wcec/index.html","id":"wcec","dir":"","previous_headings":"","what":"What the Package Does (One Line, Title Case)","title":"What the Package Does (One Line, Title Case)","text":"goal wcec …","code":""},{"path":"https://swarm-lab.github.io/wcec/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"What the Package Does (One Line, Title Case)","text":"can install development version wcec GitHub :","code":"# install.packages(\"pak\") pak::pak(\"swarm-lab/wcec\")"},{"path":"https://swarm-lab.github.io/wcec/index.html","id":"example","dir":"","previous_headings":"","what":"Example","title":"What the Package Does (One Line, Title Case)","text":"basic example shows solve common problem:","code":"library(wcec) ## basic example code"},{"path":"https://swarm-lab.github.io/wcec/reference/dot-wcov.html","id":null,"dir":"Reference","previous_headings":"","what":"Weighted Covariance Matrix — .wcov","title":"Weighted Covariance Matrix — .wcov","text":"wcov computes estimates weighted covariance matrix weighted mean data.","code":""},{"path":"https://swarm-lab.github.io/wcec/reference/dot-wcov.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Weighted Covariance Matrix — .wcov","text":"","code":".wcov(x, w)"},{"path":"https://swarm-lab.github.io/wcec/reference/dot-wcov.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Weighted Covariance Matrix — .wcov","text":"x matrix \\(m\\) columns \\(n\\) rows, column represents different variable row different observation. w non-negative non-zero vector weights observation. length must equal number rows x.","code":""},{"path":"https://swarm-lab.github.io/wcec/reference/dot-wcov.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Weighted Covariance Matrix — .wcov","text":"list two components: center: estimate center (mean) data. cov: estimated (weighted) covariance matrix.","code":""},{"path":"https://swarm-lab.github.io/wcec/reference/dot-wcov.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Weighted Covariance Matrix — .wcov","text":"Simon Garnier, [email protected]","code":""},{"path":"https://swarm-lab.github.io/wcec/reference/dot-wcov.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Weighted Covariance Matrix — .wcov","text":"","code":"m <- matrix(c(rnorm(500, 6), rnorm(500, 11, 3)), ncol = 2) w <- runif(500) wcec:::.wcov(m, w) #> $center #> [1] 6.079087 11.054456 #> #> $cov #> [,1] [,2] #> [1,] 1.104458 0.156673 #> [2,] 0.156673 8.448055 #>"},{"path":"https://swarm-lab.github.io/wcec/reference/four_Gaussians.html","id":null,"dir":"Reference","previous_headings":"","what":"Four Gaussian Clusters — four_Gaussians","title":"Four Gaussian Clusters — four_Gaussians","text":"Matrix 2-dimensional points forming four Gaussian clusters.","code":""},{"path":"https://swarm-lab.github.io/wcec/reference/four_Gaussians.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Four Gaussian Clusters — four_Gaussians","text":"","code":"data(four_Gaussians) plot(four_Gaussians, pch = 19)"},{"path":"https://swarm-lab.github.io/wcec/reference/three_Gaussians.html","id":null,"dir":"Reference","previous_headings":"","what":"Three Gaussian Clusters — three_Gaussians","title":"Three Gaussian Clusters — three_Gaussians","text":"Matrix 2-dimensional points forming three Gaussian clusters.","code":""},{"path":"https://swarm-lab.github.io/wcec/reference/three_Gaussians.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Three Gaussian Clusters — three_Gaussians","text":"","code":"data(three_Gaussians) plot(three_Gaussians, pch = 19)"},{"path":"https://swarm-lab.github.io/wcec/reference/wcec.html","id":null,"dir":"Reference","previous_headings":"","what":"wcec: ... — wcec","title":"wcec: ... — wcec","text":"wcec package provides ...","code":""},{"path":[]},{"path":[]},{"path":"https://swarm-lab.github.io/wcec/reference/wcec.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"wcec: ... — wcec","text":"Simon Garnier [email protected] Jason Graham [email protected] Maintainer: Simon Garnier [email protected]","code":""}]

0 comments on commit ff34b88

Please sign in to comment.