생존 중 생존 일수 ① - 자연/How many days they can survive"The Naked and Afraid"①
배경
요즘 채널을 발견한 더 나일드에 푹 빠졌어요.남녀 짝짓기는 미리 선택한 두 개의 아이템(옷이 오지 않음)만 사용하면 21일을 살 수 있다.
보시면 팀워크와 정신적인 강대함이 성공을 가져온 것 같습니다.나는 더 많은 성공 원인을 알고 싶어서 분석을 하기로 결정했다.
'타이타닉 호의 생존 예측'만큼은 아니지만 결국 예측 알고리즘을 만드는 게 좋을 것 같다.
I really like "The Naked and Afraid"in the "Discovery Channel".
In "The Naked", a man and women have to survive for 21 days in a jungle, beach, or mountain. They only have 2 items they chose and they even do not have clothes.
When I watch it, I feel like teamwork and mental fullness bring success.
I would like to know more about the factor of success, and I try to analyze it. In the future, I would like to make an algorithm that estimates how many days the players will survive.
시작 시 PSR 값 및 남은 일 수/PSR at the start and the days the survived
먼저 PSR 수치와 생존 일수 간의 관계를 조사했습니다.사용하는 데이터는 시리즈 1에 불과합니다.
Figure 1-1은 자신의 PSR 값을 남은 일수와 비교한 결과입니다.도표의 선은 최소 2승법의 선형이 비슷한 결과를 보여 준다.
I considered the relation between their own PSR at the beginning and the number of survived days. I used the data only from season 1.
Figure 1-1 shows the relationship between their own PSR and the number of days they survived. The line in the figure is a linear regression line.
Figure 1-1
편차가 있지만 대체로 상승했다.
성향상 자신의 PSR 수치가 높을수록 생존하기 쉽다.이 근사선을 공식화해 보세요.
[生き残り日数] = 2.22 * [開始時のPSR] + 2.86
PSR이 한 번 상승할 때마다 생존일은 2.22일 증가한다.Players tend to survive for more days when they have higher PSR. On average, the number of survived days increases by 2.22 days when their PSR increase by 1. By linear regression, we get;
[# of survived days] = 2.22 * [PSR at the beginning] + 2.86
Figure 1-2는 남녀가 따로 보는 Figure 1-1입니다.Figure 1-2 shows the men/women data in Figure 1-1.
Figure 1-2
선형 예측 선을 보면 남성의 경사도가 크다.남성은 PSR 수치가 높아지면 생존 일수가 증가한다.대략적으로 고려하면'상대적으로 여성에서 시작할 때의 PSR 수치가 생존 일수에 영향을 미치기 어렵다'고 할 수 있다.그리고 생존 일수의 분산 남성은 24.62, 여성은 30.17이었다.여성은'생활 속의 건강 상태나 심리 상태의 변화가 생존 일수에 중요한 영향을 미칠 수 있다'고 말할 수 있다.
The two linear regression lines indicate that males tend to survive for more days when the PSR increase. If I think roughly, PSR at the beginning affects the number of the survived days less about women than about men. In another word, maybe women's physical or mental conditions tend to change more than men's during survival because the std of the number of women's survived days is 30.17, bigger than men's.
Reference
이 문제에 관하여(생존 중 생존 일수 ① - 자연/How many days they can survive"The Naked and Afraid"①), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/dango_ha_mitarashi_ha/items/5dd5c0015a1964640ecd텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)