<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [BinStrategy](./schema.binstrategy.md)

## BinStrategy enum

Describes the binning technique to use. See numpy for detailed definitions: https://numpy.org/doc/stable/reference/generated/numpy.histogram\_bin\_edges.html

<b>Signature:</b>

```typescript
export declare enum BinStrategy 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  Auto | <code>&quot;auto&quot;</code> |  |
|  Doane | <code>&quot;doane&quot;</code> |  |
|  Fd | <code>&quot;fd&quot;</code> |  |
|  FixedCount | <code>&quot;fixed count&quot;</code> |  |
|  FixedWidth | <code>&quot;fixed width&quot;</code> |  |
|  Rice | <code>&quot;rice&quot;</code> |  |
|  Scott | <code>&quot;scott&quot;</code> |  |
|  Sqrt | <code>&quot;sqrt&quot;</code> |  |
|  Sturges | <code>&quot;sturges&quot;</code> |  |

