Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
prasser committed Dec 29, 2024
1 parent 1e1e9f8 commit ea5ea48
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,14 @@ public boolean isTypePreserving() {
return this.typePreserving;
}

/**
* Returns whether this function ignores missing data
* @return
*/
public boolean isIgnoreMissingData() {
return this.ignoreMissingData;
}

/**
* Adds all values from the distribution to the given descriptive statistics object
* @param statistics
Expand Down

0 comments on commit ea5ea48

Please sign in to comment.