GitHunt
YU

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

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.

Contact : rahul.goswami@iitg.ac.in , yuvrajiro@gmail.com

โš ๏ธ 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

    • ๐Ÿ“ Quick Sort ย  PDF โ€ƒ Source
    • ๐Ÿ“ Merge Sort ย  PDF โ€ƒ Source
    • ๐Ÿ“ Bubble Sort ย  PDF โ€ƒ Source
    • ๐Ÿ“ Selection Sort ย  PDF โ€ƒ Source
    • ๐Ÿ“ Insertion Sort ย  PDF โ€ƒ Source
    • ๐Ÿ“ Shell Sort ย  PDF โ€ƒ Source
  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

    • ๐Ÿ“ Bisection ย  PDF โ€ƒ Source

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

yuvrajiro/Mini-R-Programs | GitHunt