actuary notes[1]

文章目录

random event

  1. the theory of probability replies on random experiments which result can not be certainly confirmed.although we are unable to get the necessary consequence of one experiment,all reusults perhaps appear in those experiment can be found.so every testing result will be collected to construct sample space which is infinite or inifite.
  2. for example,there are six spitballs written six different integer between 1 and 6 in one box.if you take one out of those spitballs,it must be written one of six numbers,one possible number will appears in your spitball with averaged possiblity.
    let A is sample space, A = 1 , 2 , 3 , 4 , 5 , 6 A={1,2,3,4,5,6} A=1,2,3,4,5,6,so every number be selected with the probability of 1 6 \frac 1 6 61.
    the situation was changed ,one box became three boxes,every box aslo includes six spitball written one of six numbers from 1 to 6,you still take one of every box,now the sample space A = { { 1 , 1 , 1 } , { 1 , 1 , 2 } , . . . . . . } A=\{\{1,1,1\},\{1,1,2\},......\} A={{1,1,1},{1,1,2},......} include 6 × 6 × 6 = 216 6 \times 6 \times 6=216 6×6×6=216
  3. let the subset A ′ ⊂ A A' \subset A A′⊂A, A A A can be called as event(random event) such as A 1 ′ , A 2 ′ , . . . A'_1,A'_2,... A1′,A2′,...,if A ′ A' A′ just only involves one sample,then we call A ′ A' A′ as basic event,in the above example, A ′ = { { 1 , 2 , 3 } } A'=\{\{1,2,3\}\} A′={{1,2,3}} can be called as basic event.
  4. let us suppose the event(random event) A ′ = { { 1 , 2 , 3 } , { 2 , 2 , 3 } , { 3 , 2 , 3 } } A'=\{\{1,2,3\},\{2,2,3\},\{3,2,3\}\} A′={{1,2,3},{2,2,3},{3,2,3}} , if you fetch out three spitballs written 1,3 and 2 respectively,then the event A ′ A' A′ has took place, A ′ A' A′ have never been appeared,furthermore three spitballs written the numbers 3,1 and 1 are took out of three boxes respectively,so A ′ A' A′ never happen because of the fact { 1 , 2 , 3 } ∉ A ′ \{1,2,3\} \notin A' {1,2,3}∈/A′.
  5. let A ′ ′ = { { 1 , 2 , 3 } , { 2 , 2 , 3 } } A''=\{\{1,2,3\},\{2,2,3\}\} A′′={{1,2,3},{2,2,3}},so A ′ ′ ⊂ A ′ A'' \subset A' A′′⊂A′.
  6. let A ′ ′ = { { 1 , 2 , 3 } , { 2 , 2 , 3 } , { 3 , 2 , 3 } } A''=\{\{1,2,3\},\{2,2,3\},\{3,2,3\}\} A′′={{1,2,3},{2,2,3},{3,2,3}} and A ′ = { { 1 , 2 , 3 } , { 2 , 2 , 3 } , { 3 , 2 , 3 } } A'=\{\{1,2,3\},\{2,2,3\},\{3,2,3\}\} A′={{1,2,3},{2,2,3},{3,2,3}},so A ′ ′ ⊂ A ′ , A ′ ⊂ A ′ ′ , A ′ = A ′ ′ A'' \subset A',A' \subset A'',A' = A'' A′′⊂A′,A′⊂A′′,A′=A′′
  7. when one sample in the event A ′ ′ ′ A''' A′′′will definitely occur, A ′ ′ ′ A''' A′′′ can be called as certain event. if every sample in A ′ ′ ′ A''' A′′′ is impossible to occur,then A ′ ′ ′ A''' A′′′ can be called as impossible event.

references

  1. 《数学》
相关推荐
@小码农20 分钟前
2025年北京海淀区中小学生信息学竞赛第一赛段试题(附答案)
人工智能·python·算法·蓝桥杯
程序猿追34 分钟前
异腾910B NPU实战:vLLM模型深度测评与部署指南
运维·服务器·人工智能·机器学习·架构
York·Zhang37 分钟前
Ollama:在本地运行大语言模型的利器
人工智能·语言模型·自然语言处理·ollama
reesn42 分钟前
nanochat大语言模型讲解一
人工智能·语言模型·自然语言处理
张较瘦_1 小时前
[论文阅读] AI + 软件工程 | 3340个Python ML项目实证:PyQu工具+61种代码变更,精准提升软件质量!
论文阅读·人工智能·软件工程
m0_748248021 小时前
C++20 协程:在 AI 推理引擎中的深度应用
java·c++·人工智能·c++20
leafff1231 小时前
一文了解-大语言模型训练 vs 推理:硬件算力需求数据对比
人工智能·语言模型·自然语言处理
CareyWYR2 小时前
每周AI论文速递(251103-251107)
人工智能
AI科技星2 小时前
张祥前统一场论动量公式P=m(C-V)误解解答
开发语言·数据结构·人工智能·经验分享·python·线性代数·算法
cooldream20092 小时前
构建智能知识库问答助手:LangChain与大语言模型的深度融合实践
人工智能·语言模型·langchain·rag