当前位置:网站首页>Error function ERF
Error function ERF
2022-07-02 13:25:00 【RS&Hydrology】
1.erf Error function introduction
erf It's the error function , It is the integral of Gaussian probability density function .
nature :
2.erf Error function in matlab To realize
erf Function in matlab It can be directly used as a built-in function .erf(0)
Equivalent to the following formula :
syms s f
f=exp(-s^2);
err=double(2/sqrt(pi)*int(f,0,0))
3.erf Error function in python To realize
grammar :math.erf(var)
Use :
import math
var = 0
print(math.erf(var))
边栏推荐
- 题解:《你的飞碟在这儿》、《哥德巴赫猜想》
- Jerry's watch reads the alarm clock [chapter]
- Lucky numbers in the [leetcode daily question] matrix
- 完全自主可控三维云CAD:CrownCAD便捷的命令搜索,快速定位所需命令具体位置。
- Unity skframework framework (XXI), texture filter map resource filtering tool
- Unity skframework framework (XII), score scoring module
- 自主可控三维云CAD:CrownCAD赋能企业创新设计
- Can automatically update the universal weekly report template, you can use it with your hand!
- 【youcans 的图像处理学习课】总目录
- [200 opencv routines] 100 Adaptive local noise reduction filter
猜你喜欢
We sincerely invite young creators to share with investors and entrepreneurs how to make choices in life in the metauniverse
操作教程:EasyDSS如何将MP4点播文件转化成RTSP视频流?
Node.js通过ODBC访问PostgreSQL数据库
解答:EasyDSS视频点播时音频是否可以设置为默认开启?
中文姓名提取(玩具代码——准头太小,权当玩闹)
Day4 operator, self increasing, self decreasing, logical operator, bit operation, binary conversion decimal, ternary operator, package mechanism, document comment
Research shows that "congenial" is more likely to become friends
Unity skframework framework (XXI), texture filter map resource filtering tool
Jerry's watch ringtone audition [article]
How to modify the error of easydss on demand service sharing time?
随机推荐
What are eNB, EPC and PGW?
上海交大教授:何援军——包围盒(包容体/包围盒子)
Unity SKFramework框架(十六)、Package Manager 開發工具包管理器
How to get the operating system running PHP- How to get the OS on which PHP is running?
[opencv learning] [contour detection]
We sincerely invite young creators to share with investors and entrepreneurs how to make choices in life in the metauniverse
中文姓名提取(玩具代码——准头太小,权当玩闹)
[youcans' image processing learning course] general contents
最近公共祖先LCA的三种求法
What are eNB, EPC and PGW?
JS reverse row query data decryption
Unity SKFramework框架(十三)、Question 问题模块
量子三体问题: Landau Fall
国内首款、完全自主、基于云架构的三维CAD平台——CrownCAD(皇冠CAD)
三谈exception——错误处理
Three methods of finding LCA of the nearest common ancestor
linux下清理系统缓存并释放内存
Detailed collection of common MySQL commands
三面阿里,有惊无险成功拿到offer定级P7,只能说是真的难
题解《子数整数》、《欢乐地跳》、《开灯》