Feeds
질문
Generating random numbers with mean and std dev specified
Hi I have a simple linear regression model y=10+25x+Ɛ where the random error term is normally and independently distributed ...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
finding the value in a table
I have a table and I wish to store the value of the 'rating pts' column in a variable when the column 'yds per att'= 7.21 (ther...
대략 10년 전 | 답변 수: 3 | 0
3
답변질문
getting a specific column from a table
Hi Guys So I have a table (T) that I created from a cvs file. It has column headers and I want to assign x = content so x colum...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
How to combine 2 vectors of unequal length
Hi there If I have: A = [1 2 3] B = [5 6 7 8 9 22 13] How would I be able to create C=[A(1) B(1) A(2) B(2).......
10년 초과 전 | 답변 수: 2 | 0
