- 博客(7)
- 收藏
- 关注
原创 python中np.percentile()方法的c++实现
#include <fstream>#include <sstream>#include <iostream>#include <string.h>#include <io.h>#include <vector>#include<algorithm>int precentile(const std::vector<double> &arr, float a, float &resul
2024-12-18 17:26:25
96
1
原创 学习笔记(01):5天Python闯关训练营-103期-re模块使用案例
#《5天Python闯关训练营》学习计划# 挑战周期:12月16日—12月20日 直播安排:开班典礼:12月16日晚8点,周老师为大家讲解本课的学习方法 直播地址:https://edu.youkuaiyun.com/huiyiCourse/detail/1126 作业训练:12月20日晚8点,周老师为大...
2019-12-20 14:07:22
169
原创 矩阵一阶矩,二阶矩
矩阵的一阶矩,二阶矩,以及高阶矩在高斯近似滤波,以及卡尔曼滤波算法相关文献中,经常提到状态变量的前两阶矩(the first two order moments of state variable),或者测量值得前两阶矩(the frist two order moments of measurement variable).假设这里所提到的状态变量与测量变量分别为x,y,那么变量x的一阶矩为其...
2019-08-02 09:08:40
5663
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人