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. 《数学》
相关推荐
لا معنى له11 小时前
目标检测的内涵、发展和经典模型--学习笔记
人工智能·笔记·深度学习·学习·目标检测·机器学习
AKAMAI13 小时前
Akamai Cloud客户案例 | CloudMinister借助Akamai实现多云转型
人工智能·云计算
小a杰.14 小时前
Flutter 与 AI 深度集成指南:从基础实现到高级应用
人工智能·flutter
colorknight15 小时前
数据编织-异构数据存储的自动化治理
数据仓库·人工智能·数据治理·数据湖·数据科学·数据编织·自动化治理
Lun3866buzha15 小时前
篮球场景目标检测与定位_YOLO11-RFPN实现详解
人工智能·目标检测·计算机视觉
janefir15 小时前
LangChain框架下DirectoryLoader使用报错zipfile.BadZipFile
人工智能·langchain
齐齐大魔王15 小时前
COCO 数据集
人工智能·机器学习
AI营销实验室16 小时前
原圈科技AI CRM系统赋能销售新未来,行业应用与创新点评
人工智能·科技
爱笑的眼睛1117 小时前
超越MSE与交叉熵:深度解析损失函数的动态本质与高阶设计
java·人工智能·python·ai
tap.AI17 小时前
RAG系列(一) 架构基础与原理
人工智能·架构