appliedchemlabwork_tayra.D3.estimate#
- appliedchemlabwork_tayra.D3.estimate(slope: floating[Any] | float, intercept: floating[Any] | float, df: DataFrame) DataFrame[source]#
Estimates the length of the DNA from the line data.
- Parameters:
- slopefloating number
The slope of the line.
- interceptfloating number
The intercept of the line.
- dfDataFrame
The table data.
- Returns:
- dfDataFrame
Modified DataFrame object.