Skip to content

hkalager/misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

misc

This repository contains some ad hoc scripts written on an as-you-go basis.

Current scripts

  • Prime number finder: the scripts "prime_n.py", "prime_n.R", and "prime_n.m" identify and print the first n prime numbers. These scripts are optimised to reduce the number of trials. The running time is also printed in all languages to compare execution of codes in Python vs R vs MATLAB.
  • Term structure optimiser: the script "term_optimise.R" aims to track and replicate a target series defined in the csv file "term_quotes.csv"

About

Miscellaneous codes: comparing identical scripts in Python against Matlab and R; and also a pet project on term structure optimisation

Topics

Resources

Stars

Watchers

Forks