Math Problem Statement

def weibull(x, a, b, c): return a * (1 - np.exp(-b * x**c))lmfit 拟合时好像没调用自定义函数

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Curve Fitting
Weibull Distribution
Nonlinear Least Squares

Formulas

Weibull distribution formula: a * (1 - exp(-b * x^c))

Theorems

Weibull distribution theory
Nonlinear optimization

Suitable Grade Level

College/Graduate Level