Community Profile

photo

Mike Sheppard


Active since 2011

Statistics

All
  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Submitted


Probability Distributions
Probability Distributions

8 years ago | 27 downloads |

Submitted


Random arrays from the left truncated normal distribution.
Random arrays from the left truncated normal distribution.

10 years ago | 0 downloads |

Submitted


Fit all valid parametric probability distributions to data
ALLFITDIST Fit all valid parametric probability distributions to data.

12 years ago | 149 downloads |

Thumbnail

Submitted


Multivariate normal random vectors with fixed mean and covariance matrix
Random vectors from the multivariate normal distribution with fixed mean and covariance matrix.

12 years ago | 3 downloads |

Thumbnail

Submitted


Political Apportionment
Allocates seats according to METHOD until NUM seats have been allocated

12 years ago | 1 download |

Thumbnail

Submitted


Apply a function to a set of probability distributions
Returns the distribution of the function FUN applied to the set of distributions given in VARARGIN

12 years ago | 2 downloads |

Thumbnail

Submitted


Sum of probability distributions
SUMPDF Probability distribution of the sum of distributions

12 years ago | 2 downloads |

Thumbnail

Submitted


Minkowski Sum
Minkowski sum of two arrays

12 years ago | 2 downloads |

Thumbnail

Submitted


All Sums
Distribution of unique sums among all combinations of vectors.

12 years ago | 1 download |

Thumbnail

Submitted


Generalized Bar Charts
Stacked, Grouped, Clustered, Floating; and MIXED of any combination

12 years ago | 10 downloads |

Thumbnail

Submitted


Repeated Values
Finds all repeated values for input X, and their attributes.

12 years ago | 0 downloads |

Submitted


System of linear congruences
Solution to Simultaneous Linear Congruences

12 years ago | 2 downloads |

Thumbnail

Submitted


polymorph
Morphs two polygons

12 years ago | 3 downloads |

Thumbnail

Submitted


Read Wikipedia articles
S=wiki(str) returns the Wikipedia article for string 'str'

12 years ago | 2 downloads |

Thumbnail

Submitted


Excel Column Conversion
Converts between column name and number for Excel representation

12 years ago | 15 downloads |

Submitted


Nested logical indexing
nested(IN) returns the final result of a list of nested logical indices.

12 years ago | 0 downloads |

Question


Row sums by vector indices without for loop?
Best illustrated by example M=rand(5,10); s=[1 3; 5 8; 9 10]; for i=1:size(s,1) sm(:,i)=sum(M(:,s(i,1):s(i,2)),2); en...

13 years ago | 2 answers | 1

2

answers