<!--
This file is generated by a tool. Do not edit directly.
For open-source contributions the docs will be updated automatically.
-->

*Last updated: 2023-03-16.*

<div itemscope itemtype="http://developers.google.com/ReferenceObject">
<meta itemprop="name" content="tf_quant_finance.rates.nelson_seigel_svensson.SvenssonParameters" />
<meta itemprop="path" content="Stable" />
<meta itemprop="property" content="__eq__"/>
<meta itemprop="property" content="__ge__"/>
<meta itemprop="property" content="__gt__"/>
<meta itemprop="property" content="__init__"/>
<meta itemprop="property" content="__iter__"/>
<meta itemprop="property" content="__le__"/>
<meta itemprop="property" content="__len__"/>
<meta itemprop="property" content="__lt__"/>
<meta itemprop="property" content="__ne__"/>
</div>

# tf_quant_finance.rates.nelson_seigel_svensson.SvenssonParameters

<!-- Insert buttons and diff -->

<table class="tfo-notebook-buttons tfo-api" align="left">
</table>

<a target="_blank" href="https://github.com/paolodelia99/tf-quant-finance/blob/main/tf_quant_finance/rates/nelson_seigel_svensson/nelson_seigel_svensson_interpolation.py">View source</a>



Nelson Seigel Svensson interpolation parameters.

```python
tf_quant_finance.rates.nelson_seigel_svensson.SvenssonParameters(
    beta_0, beta_1, beta_2, beta_3, tau_1, tau_2
)
```



<!-- Placeholder for "Used in" -->


#### Attributes:

* <b>`beta_0`</b>: A real `Tensor` of arbitrary shape `batch_shape`.
* <b>`beta_1`</b>: A real `Tensor` of arbitrary shape `batch_shape`.
* <b>`beta_2`</b>: A real `Tensor` of arbitrary shape `batch_shape`.
* <b>`beta_3`</b>: A real `Tensor` of arbitrary shape `batch_shape`.
* <b>`tau_1`</b>: A real `Tensor` of arbitrary shape `batch_shape`.
* <b>`tau_2`</b>: A real `Tensor` of arbitrary shape `batch_shape`.

## Methods

<h3 id="__eq__"><code>__eq__</code></h3>

```python
__eq__(
    other
)
```

Method generated by attrs for class SvenssonParameters.


<h3 id="__ge__"><code>__ge__</code></h3>

```python
__ge__(
    other
)
```

Method generated by attrs for class SvenssonParameters.


<h3 id="__gt__"><code>__gt__</code></h3>

```python
__gt__(
    other
)
```

Method generated by attrs for class SvenssonParameters.


<h3 id="__iter__"><code>__iter__</code></h3>

<a target="_blank" href="https://github.com/paolodelia99/tf-quant-finance/blob/main/tf_quant_finance/utils/dataclass.py">View source</a>

```python
__iter__()
```




<h3 id="__le__"><code>__le__</code></h3>

```python
__le__(
    other
)
```

Method generated by attrs for class SvenssonParameters.


<h3 id="__len__"><code>__len__</code></h3>

<a target="_blank" href="https://github.com/paolodelia99/tf-quant-finance/blob/main/tf_quant_finance/utils/dataclass.py">View source</a>

```python
__len__()
```




<h3 id="__lt__"><code>__lt__</code></h3>

```python
__lt__(
    other
)
```

Method generated by attrs for class SvenssonParameters.


<h3 id="__ne__"><code>__ne__</code></h3>

```python
__ne__(
    other
)
```

Method generated by attrs for class SvenssonParameters.




