분류 전체보기 299

[Leet Code] 1527. Patients With a Condition

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 리트코드 Problems, https://leetcode.com/problemset/all/임을 밝힙니다. ✔ 문제 https://leetcode.com/problems/patients-with-a-condition/description/ Patients With a Condition - LeetCode Can you solve this real interview question? Patients With a Condition - Table: Patients +--------------+---------+ | Column Name | Type | +--------------+---------+ | patient_id | int | | patient_na..

[프로그래머스] 오랜 기간 보호한 동물(2) : 2차 풀이

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 프로그래머스 코딩테스트 연습 : https://school.programmers.co.kr/learn/challenges?page=1&languages=mysql%2Coracle임을 밝힙니다. · 본 문제 https://school.programmers.co.kr/learn/courses/30/lessons/59411 ✔ 문제 ANIMAL_INS 테이블은 동물 보호소에 들어온 동물의 정보를 담은 테이블입니다. ANIMAL_INS 테이블 구조는 다음과 같으며, ANIMAL_ID, ANIMAL_TYPE, DATETIME, INTAKE_CONDITION, NAME, SEX_UPON_INTAKE는 각각 동물의 아이디, 생물 종, 보호 시작일, 보호 시작 시 상..

[프로그래머스] 상위 n개 레코드 : 2차 풀이 추가

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 프로그래머스 코딩테스트 연습 : https://school.programmers.co.kr/learn/challenges?page=1&languages=mysql%2Coracle임을 밝힙니다. · 본 문제 https://school.programmers.co.kr/learn/courses/30/lessons/59405 ✔ 문제 ANIMAL_INS 테이블은 동물 보호소에 들어온 동물의 정보를 담은 테이블입니다. ANIMAL_INS 테이블 구조는 다음과 같으며, ANIMAL_ID, ANIMAL_TYPE, DATETIME, INTAKE_CONDITION, NAME, SEX_UPON_INTAKE는 각각 동물의 아이디, 생물 종, 보호 시작일, 보호 시작 시 상..

[Leet Code] 1873. Calculate Special Bonus

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 리트코드 Problems, https://leetcode.com/problemset/all/임을 밝힙니다. ✔ 문제 https://leetcode.com/problems/calculate-special-bonus/description/ Calculate Special Bonus - LeetCode Can you solve this real interview question? Calculate Special Bonus - Table: Employees +-------------+---------+ | Column Name | Type | +-------------+---------+ | employee_id | int | | name | varchar |..

[Leet Code] 1633. Percentage of Users Attended a Contest

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 리트코드 Problems, https://leetcode.com/problemset/all/임을 밝힙니다. ✔문제 https://leetcode.com/problems/percentage-of-users-attended-a-contest/description/ Percentage of Users Attended a Contest - LeetCode Can you solve this real interview question? Percentage of Users Attended a Contest - Table: Users +-------------+---------+ | Column Name | Type | +-------------+---------+ ..

[Leet Code] 1148. Article Views I

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 리트코드 Problems, https://leetcode.com/problemset/all/임을 밝힙니다. ✔문제 https://leetcode.com/problems/article-views-i/description/ Article Views I - LeetCode Can you solve this real interview question? Article Views I - Table: Views +---------------+---------+ | Column Name | Type | +---------------+---------+ | article_id | int | | author_id | int | | viewer_id | int | | vi..

[통계학의 이해] 19. 유의확률(p-value)과 모비율에 대한 검정 - 가설검정과 신뢰구간 (예제)

📌 본 포스팅은 통계교육원(https://sti.kostat.go.kr/) 이러닝 교육과정 '통계학의 이해(2023)' 강의에 대한 복습 기록입니다. 모든 내용은 강의 교안을 기준으로 작성했으며 원본 자료는 하단 통계교육원 - 교육과정 - 이러닝 - '통계학의 이해' 교육 수강을 통해 무료로 열람 가능하고 교육자료는 저작권자의 동의 없이 무단 복제 및 배포할 수 없습니다. 🎯 유의확률(p-value) 개념 알기 모비율에 대한 가설검정 💡 유의성 검정, 유의확률, 모비율, 중심극한정리, 신뢰구간 1. 가설검정과 신뢰구간의 관계 100(1-α)% 신뢰구간(양측)과 유의수준 α에서의 가설검정(양측)은 밀접한 관련이 있다. 🤝 둘 사이의 관계를 살펴보기 위해 먼저 대표본에서 모평균 μ의 양측가설에 대한 기각역을..

기초통계 2023.10.21

[Leet Code] 1407. Top Travellers

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 리트코드 Problems, https://leetcode.com/problemset/all/임을 밝힙니다. ✔문제 https://leetcode.com/problems/top-travellers/description/ Top Travellers - LeetCode Can you solve this real interview question? Top Travellers - Table: Users +---------------+---------+ | Column Name | Type | +---------------+---------+ | id | int | | name | varchar | +---------------+---------+ id is th..

[Leet Code] 1251. Average Selling Price

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 리트코드 Problems, https://leetcode.com/problemset/all/임을 밝힙니다. ✔문제 https://leetcode.com/problems/students-and-examinations/description/ Students and Examinations - LeetCode Can you solve this real interview question? Students and Examinations - Table: Students +---------------+---------+ | Column Name | Type | +---------------+---------+ | student_id | int | | student_n..

[통계학의 이해] 19. 유의확률(p-value)과 모비율에 대한 검정 - 모비율에 대한 가설검정

📌 본 포스팅은 통계교육원(https://sti.kostat.go.kr/) 이러닝 교육과정 '통계학의 이해(2023)' 강의에 대한 복습 기록입니다. 모든 내용은 강의 교안을 기준으로 작성했으며 원본 자료는 하단 통계교육원 - 교육과정 - 이러닝 - '통계학의 이해' 교육 수강을 통해 무료로 열람 가능하고 교육자료는 저작권자의 동의 없이 무단 복제 및 배포할 수 없습니다. 🎯 유의확률(p-value) 개념 알기 모비율에 대한 가설검정 💡 유의성 검정, 유의확률, 모비율, 중심극한정리, 신뢰구간 이번에는 모집단에서 어떤 속성의 비율 p 에 대한 검정을 알아보자. 1. 모비율에 대한 가설검정 모비율의 추정치는 표본비율로 구할 수 있다. 실제 지지율을 p라고 하면 귀무가설은 실제 지지율을 50% 미만이라고 주..

기초통계 2023.10.18