yuvrajiro / Mini-R-Programs

A repo for small R programs from scratch written in R programming language vartying from Algorithms, Machine learning, Statitsitcs and Mathematics

Home Page:https://yuvrajiro.github.io/Mini-R-Programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini R Programs

This repo is a collection of useful scripts in R that I had made during my time at the Banaras Hindu University. This repo is not meant to be a complete R library but rather a collection of scripts for more minor works from Scratch.

About Me

I am a Research Scholar at the Indian Institute of Technology, Guwahati, in the Department of Mathematics, earlier I had pursued my Masters in Statistics and Computing at Banaras Hindu University at the Centre for Interdisciplinary Mathematical Sciences (CIMS). Currently, my research is focused on the Statistical Machine Learning and its applications.

⚠️ I am looking for collaborators specifically for writing a Probabilistic Programming Language using JAX. If you are interested in this, don't hesitate to get in touch with me.

List of scripts

Bisection Method

Bisection Method

  1. πŸ“Œ Sorting

  2. πŸ“Œ Searching

    • πŸ“ Binary Search   PDF   Source
    • πŸ“ Interpolation Search   PDF   Source
    • πŸ“ Jump Search   PDF   Source
    • πŸ“ Linear Search   PDF   Source
  3. πŸ“Œ Bayesian

    • πŸ“ Computing Integral with Monte Carlo   PDF   Source
    • πŸ“ Rejection Sampling   PDF   Source
    • πŸ“ Highest Posterior density Interval   PDF
  4. πŸ“Œ Machine Learning

    • πŸ“ Linear Regression   PDF   Source
    • πŸ“ Ridge Regression   PDF   Source
  5. πŸ“Œ Statistical Algorithm

    • πŸ“ Naive Density Estimate   PDF
    • πŸ“ Kernel Density Estimate   PDF
    • πŸ“ GQ,BPG,Whites and KB Test   PDF
    • πŸ“ Dublin-Watson Test   PDF
    • πŸ“ EM Estimate of mixture models   PDF
    • :round-pushpin: MLE of weibull distribution   PDF
  6. πŸ“Œ Linear Algebra

    • πŸ“ LU Matrix Factorization   PDF   Source
    • πŸ“ RREF using Gauss Elimination   PDF   Source
    • πŸ“ Cholesky Decomposition   PDF   Source
    • πŸ“ Determinant   PDF   Source
    • πŸ“ Inverse   PDF   Source
    • πŸ“ Eigenvalues and Eigenvectors using Power Maethod   PDF   Source
    • πŸ“ Eigenvalue and Eigenvector using JACOBI method   PDF
  7. πŸ“Œ Mathematics

Credit Card Fraud Detection using Random Forest using Julia from Scratch   PDF

A simple coin tossing Experiments   PDF

Cross Validation   PDF

Infimum of Inverse Gamma Distribution   PDF

Archived   PDF   PDF

About

A repo for small R programs from scratch written in R programming language vartying from Algorithms, Machine learning, Statitsitcs and Mathematics

https://yuvrajiro.github.io/Mini-R-Programs

License:GNU General Public License v3.0


Languages

Language:HTML 93.6%Language:R 5.1%Language:TeX 1.3%