Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Linear Regression with Gaussian basis

Description

Linear regression with Gaussian basis (Not use smoother)

Requirements

  • netcdf
  • python netcdf4 library
  • python matplotlib library (Draw plot)
  • texlive or alternatives (Draw plot)

Build process

# Build (Can simply : cargo build --release)
RUSTFLAGS="-C target-cpu=native" cargo build --release

# Run (Can simply : cargo run --release)
RUSTFLAGS="-C target-cpu=native" cargo run --release

# Draw Plot
python nc_plot.py