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
- Host: GitHub
- URL: https://github.com/tpapp/cesfunctions.jl
- Owner: tpapp
- License: mit
- Created: 2024-05-09T14:30:25.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T11:58:25.000Z (about 2 years ago)
- Last Synced: 2026-01-20T20:04:18.902Z (5 months ago)
- Language: Julia
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CESFunctions.jl

[](https://github.com/tpapp/CESFunctions.jl/actions?query=workflow%3ACI)
[](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.