Skip to content

Commit

Permalink
Merge pull request #12 from fabiansinz/master
Browse files Browse the repository at this point in the history
Fix skewness
  • Loading branch information
philippberens authored Jan 20, 2018
2 parents 047f607 + b11aa69 commit cdbb5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circ_skewness.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
% compute neccessary values
R = circ_r(alpha,w,[],dim);
theta = circ_mean(alpha,w,dim);
[~, rho2 mu2] = circ_moment(alpha,w,2,true,dim);
[~, rho2 mu2] = circ_moment(alpha,w,2,false,dim);

% compute skewness
theta2 = repmat(theta, size(alpha)./size(theta));
Expand Down

0 comments on commit cdbb5ca

Please sign in to comment.