Skip to content

juho-lee/utils.jl

Repository files navigation

utils.jl

basic utilities needed for scientific coding with julia

  • utils.jl: include file

  • plot.jl: plotting functions (2d scatter, powerlaw plots ...)

  • random.jl: sample random numbers from distributions

  • log_sum_exp.jl: log(exp(a) + exp(b))

  • slice_sample.jl: slice sampling (Neal 2003)

  • adjust_rand_index.jl: compute adjusted Rand index between two labels (Hubert et al 1985)

  • corpus.jl: datatype for document data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages