<!--
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.experimental.american_option_pricing.andersen_lake.common" />
<meta itemprop="path" content="Stable" />
</div>

# Module: tf_quant_finance.experimental.american_option_pricing.andersen_lake.common

<!-- 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/experimental/american_option_pricing/common.py">View source</a>



Helper functions for calculating American option prices.



## Modules

[`types`](../../../../tf_quant_finance/types.md) module: Types module.

## Functions

[`d_minus(...)`](../../../../tf_quant_finance/experimental/american_option_pricing/andersen_lake/d_minus.md)

[`d_plus(...)`](../../../../tf_quant_finance/experimental/american_option_pricing/andersen_lake/d_plus.md)

[`divide_with_positive_denominator(...)`](../../../../tf_quant_finance/experimental/american_option_pricing/andersen_lake/divide_with_positive_denominator.md): Safely divides by a denominator which is mathematically always positive, but numerically can be zero.

[`machine_eps(...)`](../../../../tf_quant_finance/experimental/american_option_pricing/andersen_lake/machine_eps.md): Returns the machine epsilon for the supplied dtype.

[`standard_normal_cdf(...)`](../../../../tf_quant_finance/experimental/american_option_pricing/andersen_lake/standard_normal_cdf.md)

