自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 python scipy.optimize curve_fit拟合非线性函数

# -*- coding: utf-8 -*-"""Created on Wed Dec 1 23:27:21 2021@author: Machi"""import matplotlib.pyplot as pltimport numpy as npfrom scipy.optimize import curve_fitimport seaborn as snssns.set(color_codes=True)np.random.seed(20211201)e = np.r

2021-12-01 23:36:34 1838

原创 用python matplotlib进行绘图

Errorbar limit selectionIllustration of selectively drawing lower and/or upper limit symbols on errorbars using the parameters , of errorbar.uplimslolimsAlternatively, you can use 2xN values to draw errorbars in only one direction.Similarly and can be u

2021-12-09 23:17:57 897

原创 python scipy.optimize least_squares实现最小二乘法

Least-squares minimization (least_squares)The code below implements least-squares estimation of and finally plots the original data and the fitted model function:X

2021-12-04 22:56:52 2686

matlab_math_zh_CN.pdf

matlab_math_zh_CN.pdf

2021-12-05

Matplotlib.pdf

Matplotlib官方使用文档

2021-11-15

numpy-user官方使用手册

numpy-user官方使用手册

2021-10-23

pandas库官方使用手册

pandas库官方使用手册

2021-10-23

2020年大湾区杯粤港澳金融数学建模竞赛题目.rar

2020年大湾区杯粤港澳金融数学建模竞赛题目.rar

2021-10-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除