Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion specparam/measures/estimates.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""Estimate properties from data."""
"""Estimate properties from data.

MOVE TARGET: algorithm (?)
"""

import numpy as np

Expand Down
5 changes: 4 additions & 1 deletion specparam/measures/params.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""Utilities for working with parameters."""
"""Utilities for working with parameters.

MOVE TARGET: modes (?)
"""

import numpy as np

Expand Down
5 changes: 4 additions & 1 deletion specparam/measures/pointwise.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""Functions to analyze and investigate model fit results, in terms of model fit error."""
"""Functions to analyze and investigate model fit results, in terms of model fit error.

MOVE TARGET: metrics (?)
"""

import numpy as np

Expand Down
5 changes: 4 additions & 1 deletion specparam/measures/properties.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""Compute properties of data."""
"""Compute properties of data.

MOVE TARGET: utils (?)
"""

from inspect import isfunction

Expand Down
Loading