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

ongeveer 8 jaar ago | 27 downloads |

Submitted


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

meer dan 10 jaar ago | 0 downloads |

Submitted


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

ongeveer 12 jaar 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.

ongeveer 12 jaar ago | 3 downloads |

Thumbnail

Submitted


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

ongeveer 12 jaar 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

ongeveer 12 jaar ago | 2 downloads |

Thumbnail

Submitted


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

ongeveer 12 jaar ago | 2 downloads |

Thumbnail

Submitted


Minkowski Sum
Minkowski sum of two arrays

ongeveer 12 jaar ago | 2 downloads |

Thumbnail

Submitted


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

ongeveer 12 jaar ago | 1 download |

Thumbnail

Submitted


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

ongeveer 12 jaar ago | 10 downloads |

Thumbnail

Submitted


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

ongeveer 12 jaar ago | 0 downloads |

Submitted


System of linear congruences
Solution to Simultaneous Linear Congruences

ongeveer 12 jaar ago | 2 downloads |

Thumbnail

Submitted


polymorph
Morphs two polygons

ongeveer 12 jaar ago | 3 downloads |

Thumbnail

Submitted


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

ongeveer 12 jaar ago | 2 downloads |

Thumbnail

Submitted


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

ongeveer 12 jaar ago | 15 downloads |

Submitted


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

ongeveer 12 jaar 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...

ongeveer 13 jaar ago | 2 answers | 1

2

answers