2025年2月24日

Stepwise 原理

摘要: 逐步回归、p-value、AICc 和 BIC 是用于变量选择的统计方法。每种方法都有其独特的步骤和准则。以下是这些方法的具体步骤: 1. 逐步回归(Stepwise Regression) 逐步回归是一种迭代方法,用于选择线性回归模型中的变量。它包括两种主要策略:前向选择和后向消除,有时也结合使用 阅读全文

posted @ 2025-02-24 10:42 iUpoint 阅读(10) 评论(0) 推荐(0) 编辑

2025年2月13日

Markdown 基本语法

摘要: 展示常见 markdown 语法 # 标题1 ## 标题2 ### 标题3 ~~删除线~~ *斜体字* **粗体** ***粗斜体*** ### 引用 > 引用文本 ### 链接 直接链接:[https://bejson.com](https://bejson.com) [普通链接](http:// 阅读全文

posted @ 2025-02-13 19:26 iUpoint 阅读(4) 评论(0) 推荐(0) 编辑

2025年2月5日

R代码加密

摘要: # # 打包 Rdata 文件 # # script.R 内容 my_function <- function(x) { return(x^2 + 2*x + 1) } # 加载 compiler 包 library(compiler) # 运行 script.R 文件以定义函数 source("s 阅读全文

posted @ 2025-02-05 10:04 iUpoint 阅读(10) 评论(0) 推荐(0) 编辑

R 项目打包

摘要: # # 打包 R 项目 # Rstats/ ├── DESCRIPTION ├── NAMESPACE └── R/ └── script.R # DESCRIPTION # 描述了包的元数据 Package: Rstats Type: Package Title: What the Package 阅读全文

posted @ 2025-02-05 10:03 iUpoint 阅读(3) 评论(0) 推荐(0) 编辑

2024年7月23日

可靠性分析教材

摘要: 一、可靠性设计类相关书籍 1、Reliability Engineering: Theory and Practice,Alessandro Birolini 2、Practical Reliability Engineering,Patrick D. T. O'Connor, Andre Kley 阅读全文

posted @ 2024-07-23 21:58 iUpoint 阅读(107) 评论(0) 推荐(0) 编辑

正则表达式

摘要: https://www.jianshu.com/p/3dd137ba2875?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes https://blog.csdn.net/lovedingd/article/details/12 阅读全文

posted @ 2024-07-23 21:47 iUpoint 阅读(19) 评论(0) 推荐(0) 编辑

统计学教材

摘要: 1. AdvancedCalculus with Applications in Statistics2.A History of Probability and Statistics and Their Applications before 17503.Markov Decision Proce 阅读全文

posted @ 2024-07-23 21:34 iUpoint 阅读(39) 评论(0) 推荐(0) 编辑

2023年9月3日

python 基础

摘要: # -*- coding: utf-8 -*- """ Created on Sun Sep 3 16:30:59 2023 """ import numpy as np import pandas as pd # # list a = [2,3,1,'1',5] #list() a.append( 阅读全文

posted @ 2023-09-03 18:04 iUpoint 阅读(13) 评论(0) 推荐(0) 编辑

2023年3月29日

Fortran 笔记

摘要: 原文链接:https://blog.csdn.net/Trisyp/article/details/50607422 Fortran77和90/95编程入门 fortran教程 Frotran函数介绍 最早的高级语言大约诞生于1945年,是德国人楚译为他的Z-4计算机设计的Plan Calcul,比 阅读全文

posted @ 2023-03-29 09:39 iUpoint 阅读(211) 评论(0) 推荐(0) 编辑

2022年8月23日

C语⾔出错信息中英⽂对照表

摘要: Ambiguous operators need parentheses #不明确的运算需要用括号括起 Ambiguous symbol "xxx" #不明确的符号 Argument list syntax error #参数表语法错误 Array bounds missing #丢失数组界限符 A 阅读全文

posted @ 2022-08-23 18:01 iUpoint 阅读(70) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示