Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geobosh/fbasicsdoc
https://github.com/geobosh/fbasicsdoc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/geobosh/fbasicsdoc
- Owner: GeoBosh
- Created: 2022-10-17T14:42:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T21:21:07.000Z (3 months ago)
- Last Synced: 2024-09-21T13:57:38.622Z (about 2 months ago)
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![CRANStatusBadge](http://www.r-pkg.org/badges/version/fBasics)](https://cran.r-project.org/package=fBasics)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/fBasics)](https://www.r-pkg.org/pkg/fBasics)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/fBasics?color=blue)](https://r-pkg.org/pkg/fBasics)The R package 'fBasics' provides a collection of functions to explore and to
investigate basic properties of financial returns and related quantities. The
covered fields include techniques of explorative data analysis and the
investigation of distributional properties, including parameter estimation and
hypothesis testing. Even more there are several utility functions for data
handling and management.Package `fBasics` is part of the Rmetrics suite of R packages and is developed on R-forge at
[fBasics](https://r-forge.r-project.org/scm/viewvc.php/pkg/fBasics/?root=rmetrics).
The root of Rmetrics is at [R-forge](https://r-forge.r-project.org/projects/rmetrics).This repository contains only the documentation of 'fBasics', created with `pkgdown`.
The rendered website is at [fBasicsDoc](https://geobosh.github.io/fBasicsDoc/)# Installing fBasics
Install the [latest stable version](https://cran.r-project.org/package=fBasics) of
`fBasics` from CRAN:install.packages("fBasics")
You can install the
[development version](https://r-forge.r-project.org/scm/viewvc.php/pkg/fBasics/?root=rmetrics)
of `fBasics` from R-forge:install.packages("fBasics", repos = "http://R-Forge.R-project.org")
To report bugs visit [Rmetrics](https://r-forge.r-project.org/projects/rmetrics/).
# Documentation
You can view the documentation of `fBasics` at
[fBasicsDoc](https://geobosh.github.io/fBasicsDoc/)
or download the
[reference manual](https://cran.r-project.org/package=fBasics/fBasics.pdf)
of the latest release from CRAN.