费舍尔精确检验matlab,Fisher精确检验

费舍尔精确检验matlab,Fisher精确检验Fisher sExactTestMa simplementat sexactteston tailedtests Otherimpleme m

Fisher’s Exact Test

Matlab’s implementation of Fisher’s exact test only supports one-tailed tests. Other implementations on the file exchange are reportedly buggy and are far too slow for problems I’m working on. This implementation does 2.5e6 one or two-tailed tests per second and is ideally suited for genome-wide association studies or other large problems where 100s of samples and 10s to 100s of 1000s of tests are being performed.

It has been verified correct for samples sizes up to 100 and spot checked beyond that up to 1000s of samples.

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/198600.html原文链接:https://javaforall.net

(0)
上一篇 2026年3月26日 下午2:50
下一篇 2026年3月26日 下午2:50


相关推荐

  • Netty实战《原理》

    Netty实战《原理》Netty 介绍官网说明官网说明 1 netty 是由 JBOSS 提供的一个 java 开源框架 Netty 提供异步的 基于事件驱动的网络应用程序框架 用于快速开发高性能 高可靠的网络 IO 程序 2 netty 可以帮助你快速 简单的开发一个网络应用 相当于简化和流程化 NIO 的开发流程 3 netty 目前最流行的 NIO 框架 在互联网 大数据分布式计算领域 游戏行业 通信行业等有广泛的应用 知名的 Es Dubbo 等框架内部都采用 nettyc 官网说明

    2025年7月17日
    5
  • getopt使用

    getopt使用参考:http://www.gnu.org/software/libc/manual/html_node/Example-of-Getopt.htmlhttp://en.wikipedia.org/wiki/Getopthttp://www.lemoda.net/c/getopt/http://www.ibm.com/developerworks/aix/library/au-un…

    2022年5月4日
    97
  • Ubuntu下DNS服务器的配置

    Ubuntu下DNS服务器的配置Ubuntu下DNS服务器的配置——Bind9发表于2017/6/1214:35:49 1220人阅读分类:ubuntu服务器DNS

    2022年5月30日
    38
  • netstat命令参数和使用详解

    netstat命令参数和使用详解netstat-Printnetworkconnections,routingtables,interfacestatistics,masqueradeconnections,andmulticastmembershipsnetstat-打印网络连接、路由表、接口统计、伪装连接和多播成员关系参数usage:netstat[-…

    2022年5月7日
    50
  • iframe属性 及用法

    iframe属性 及用法1 frameborder nbsp 值为 1 或 0 nbsp nbsp 规定是否显示框架周围的边框 nbsp 1 是显示 0 不显示 2 height nbsp 值为 px 或 nbsp 设置 iframe 的高度 3 marginheight nbsp nbsp 值为 px nbsp 定义 iframe 的顶部和底部的边距 4 marginwidth nbsp nbsp 值为 px nbsp 定义 iframe 的左侧和右侧的边距 5 name nbsp nbsp nbsp 值为 fr

    2026年3月19日
    2
  • php 闭包 作用,php的闭包是干嘛的

    php 闭包 作用,php的闭包是干嘛的闭包函数 临时创建一个没有名称的函数 经常作为回调函数来用 通俗的说就是 子函数可以使用父函数中的局部变量 这种行为叫做闭包 1 匿名函数赋值 demo function str echo str demo hello world 2 闭包可以从父作用域中继承变量 任何此类型变量都应该用 use 语言结构传递进去 message hello example function

    2026年3月18日
    2

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号