C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | Type of normalization | [optional] |
| Slope | decimal? | Slope for linear normalization | [optional] |
| Intercept | decimal? | Intercept for linear normalization | [optional] |
| Coefficient | decimal? | Coefficient for power law fit | [optional] |
| Exponent | decimal? | Exponent for power law fit | [optional] |
| Base | string | Base for normalization | [optional] |
| SelectedNumericalTarget | string | Selected numerical target for eur_vs_numerical normalization | [optional] |
| Target | TypeCurveTarget | [optional] |