photo

Dylan Muir


SynSense AG, Zürich Switzerland

自 2012 起处于活动状态

Followers: 1   Following: 0

消息

http://dylan-muir.com Professional Interests: neuroscience, cortical models

Programming Languages:
Python, C++, C, MATLAB, SQL
Spoken Languages:
English, German
Pronouns:
He/him
Professional Interests:
Statistics and Machine Learning Applications

统计学

All
MATLAB Answers

1 个提问
1 个回答

File Exchange

19 文件

Cody

0 个问题
4 个答案

排名
207,098
of 299,750

声誉
0

贡献数
1 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
686 of 20,792

声誉
2,679

平均
4.80

贡献数
19 文件

下载次数
73

ALL TIME 下载次数
23525

排名
61,166
of 165,710

贡献数
0 个问题
4 个答案

评分
50

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • First Submission
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已提交


kstest_2s_2d(x1, x2, alpha)
Performs a two-sample, two-tailed, two-dimensional Kolmogorov-Smirnov test, with accurate p-values

8 years 前 | 4 次下载 |

5.0 / 5

已提交


ReadImageJROI
Read ROIs and ROI sets saved from ImageJ into MATLAB, without java.

8 years 前 | 33 次下载 |

4.9 / 5
Thumbnail

已提交


Adam stochastic gradient descent optimization
Matlab implementation of the Adam stochastic gradient descent optimisation algorithm

8 years 前 | 5 次下载 |

0.0 / 5

已提交


Fast Alpha Hulls (alpha shapes in 3d; parfor enabled)
Compute the alpha hulls (exterior and interior) of a set of points.

8 years 前 | 3 次下载 |

3.0 / 5
Thumbnail

已提交


Fast Loop mesh subdivision
Subdivide a surface mesh, using Loop subdivision. Boundary- and shape-maintaining

8 years 前 | 5 次下载 |

5.0 / 5
Thumbnail

已提交


PARFOR progress monitor (progress bar) v3
Progress monitor bar for matlab parfor loops, supports distributed pools

8 years 前 | 3 次下载 |

4.9 / 5
Thumbnail

已提交


DylanMuir/TIFFStack
Read a TIFF stack as a memory-mapped tensor. Handles a large range of internal TIFF formats.

8 years 前 | 3 次下载 |

4.9 / 5
Thumbnail

已提交


ComparisonHist
Compare several data sets on a multiple histogram plot

8 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


vmrand(fMu, fKappa, varargin)
Draw random numbers from the Von Mises distribution

8 years 前 | 5 次下载 |

5.0 / 5

已提交


SlackMatlab
Integration for sending Slack notifications from Matlab.

8 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


SeparateAxes
Change the visual appearance of a figure axis, by separating the axes at the origin.

8 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


Kernel density estimation for circular functions
Performs kernel density estimates over arbitrary periodic domains.

8 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


Efficient and safe Monte Carlo testing with multiple-comparisons correction
Efficiently perform simultaneous multiple Monte Carlo tests, correcting for multiple comparisons

8 years 前 | 1 次下载 |

0.0 / 5

已提交


Automatically characterise borders in a parameter space
Repeatedly subdivide borders in some parameter space that separate regions of differing state

8 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Mardia test for N equal circular distributions
A non-parametric statistical test of whether N circular distributions are equal (homogenous)

8 years 前 | 2 次下载 |

0.0 / 5

已提交


Multi-dimensional kernel density estimates over periodic domains
This function performs multi-variate kernel density estimates over optionally periodic domains

8 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Compute a Tutte map of a planar surface triangulation
Map a surface mesh onto a planar unit circle, using Tutte's algorithm

8 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


Better memory-mapped files in Matlab
A better, transparent memmapfile, with complex number support.

8 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


DylanMuir/SimpleMap
Handle class for storing a mapping between an index and arbitrary data

8 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

9 years 前

已回答
fastest way to read single tiff images
My file exchange submission TIFFStack is much faster than imread. http://www.mathworks.com/matlabcentral/fileexchange/32025-r...

10 years 前 | 0

提问


Why does TreeBagger in Matlab 2014a/b only use few workers from a parallel pool?
I'm using the TreeBagger class provided by Matlab (R2014a&b), in conjunction with the distributed computing toolbox. I have a lo...

10 years 前 | 1 个回答 | 0

1

个回答

已解决


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

13 years 前

已解决


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

13 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

13 years 前