# Slot: noise_type 


_Temporal character of the process: `gaussian`/`white` (delta-correlated in time) or `ou`/`ornstein-uhlenbeck` (exponentially correlated in time). Governs the TIME axis only, and composes freely with `covariance`, which governs a spatial axis._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/noise_type](https://w3id.org/tvbo/slot/noise_type)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Noise](../classes/Noise.qmd) |  |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:string](http://www.w3.org/2001/XMLSchema#string) |
| Domain Of | [Noise](../classes/Noise.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| If Absent | `gaussian` |
| Owner | [Noise](../classes/Noise.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:noise_type |
| native | tvbo:noise_type |




## LinkML Source

<details>
```yaml
name: noise_type
description: 'Temporal character of the process: `gaussian`/`white` (delta-correlated
  in time) or `ou`/`ornstein-uhlenbeck` (exponentially correlated in time). Governs
  the TIME axis only, and composes freely with `covariance`, which governs a spatial
  axis.'
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: gaussian
owner: Noise
domain_of:
- Noise
range: string

```
</details></div>