블로그
-
필사_0507] 백영옥의 말과글
http://news.chosun.com/site/data/html_dir/2018/04/20/2018042003182.html사례) 그 사람이 좋아하는 대상 : "나" X → "나"를
blog.naver.com · 2018.05.07
-
다변량 분석
- 표본공분산 행렬 S = sample covariance Matrix * 피어슨 상관계수(pearson's correlation coefficient) : p_xy - 가정 : x, =a pearson; var x y; run; * 스피어만 순위상관계수
blog.naver.com · 2017.12.27
-
모두를 위한 딥러닝 (2)
) -> recall hypothesis : x_train * w + b -> recall w, b (variable), recall x (data) - if using placeholder, -> declare X,Y.......
blog.naver.com · 2017.11.21
-
SAS - 실험계획법
* 단순회귀분석 모형식 : yi = a + Bxi + ei / H0 : B=0 proc reg data = ~; model y(변수이름) = x(변수이름) ; run; * 분산분석 모형식 : yij = M + Ti + eij ( M : 전체평균 , Ti : i번째 그룹효과(처리효과)) H0 = M1 = M2 = M3 = *** = 0 proc glm data
blog.naver.com · 2017.07.24
-
SAS - 회귀분석
(1-R^2) ------------> 보통 VIF 0.5보다크면 문제있다고 봄 cf)변수 2개만 가능(2개의 상관관계만 가능하다는거) *Fitting Curves to Data regression 사용 -> 높은차수의 t값과 p값이 유의하다면 낮은차수가 유의하지않더라도 낮은차수 포함 2) Reciprocal Transformation of the x
blog.naver.com · 2017.07.26
-
SK텔레콤 - 미국 "망 중립성 원칙" 수정작업 본궤도
http://biz.chosun.com/site/data/html_dir/2017/05/20/2017052000533.html? query=top-notch&x=0&y=0
blog.naver.com · 2017.05.22
-
Hyper-v VHD compact
#When it is done, type the following commands sync; sleep 30;sync #This is to make sure the data is written By doing the above operation, it filled the virtual disk with zero data.
blog.naver.com · 2016.08.01
-
public, static, protected, this
{ public Data(int x){ this.x=x; //this는 클래스 통해서 생성된 객체! 객체 내에 있는 특정 변수(x)를 가르키기.......
blog.naver.com · 2016.05.06
-
케이아이엔엑스 29% 적당하게 수익을 챙길수 있었습니다.
케이아이엔엑스 X(Internet eXchange 인터넷 교환노드)서비스, IDC(Internet Data Center)서비스 등을 주요서비스로 하고 있으며, 국내 유일의 중립적 IX서비스
blog.naver.com · 2016.02.17
-
[jQuery] table 에서 좌표로 접근
array[x]) array[x] = []; array[x][y] = data; 이런 방식으로 넣어야 된다는 걸 알게 되었습니다.(예외처리)
blog.naver.com · 2015.08.17