Skip to content

Statistics project that implenments different functionalities that include computations of discrete/continuous random variables.

Notifications You must be signed in to change notification settings

FMIProjects/PS-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Probabilistics and Statistics Project

Table of contents:

Description

Made using R and afferent packages. (Shiny, pracma, animate, rgl)

This project contains a library that supports diverse probability computations for bidimensional discrete random variables and a library + user interface that supports computations and graph plotting of unidimensional/bidimensional continuous random variables.

Features

Discrete random variables

  • Function that generates an incomplete table that represents the joint distribution of 2 discrete random variables.
  • Function that completes the incomplete joint distribution.
  • Function that extracts the marginal distribution of the 2 variables based on the joint distribution.
  • Function that computes the mean, variance and covariance of a random variable based on a joint distribution that contains it.
  • Function that computes a probability of a random variable conditioned by another based on their joint distribution.
  • Function that computes a probability of 2 random variables based on their joint distribution.

Continuous random variables and interface

  • Parsing of a function given as input in the app.
  • Option to check if the Fubini's theorem can be applied on the given function.
  • Geometrical plotting of the function
  • Option to check if the given function is a density function.
  • Option to compute the conditioned probability in a fixed point of one of the 2 random variables.
  • Option to compute the mean, variance and the moments for one continuous random variable.
  • Option to compute probabilities of one or two one continuous random variables.
  • Option to compute the covariance and the correlation coeficient of the 2 continuous random variables.
  • Option to make these computations on a single continuous random variable.

Gallery

Mean computation

Plotting

Contributors

About

Statistics project that implenments different functionalities that include computations of discrete/continuous random variables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages