An open API service indexing awesome lists of open source software.

https://github.com/tpapp/cesfunctions.jl

Tiny Julia package to implement CES (constant elasticity of substitution) functions
https://github.com/tpapp/cesfunctions.jl

Last synced: 3 months ago
JSON representation

Tiny Julia package to implement CES (constant elasticity of substitution) functions

Awesome Lists containing this project

README

          

# CESFunctions.jl

![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)
[![build](https://github.com/tpapp/CESFunctions.jl/workflows/CI/badge.svg)](https://github.com/tpapp/CESFunctions.jl/actions?query=workflow%3ACI)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

Tiny Julia package to implement CES (constant elasticity of substitution) functions, used in economics.

The implementations are themselves trivial, the value added is in testing for type stability and corner cases.

See the module docstring for getting started.