File:Beta function contour plot.png

维基共享资源,媒体文件资料库
跳转到导航 跳转到搜索

原始文件(984 × 982像素,文件大小:304 KB,MIME类型:image/png

说明

说明

添加一行文字以描述该文件所表现的内容

摘要

[编辑]
 
本图片使用SageMath创作.
描述
English: A contour plot of the beta function. Created using the following Sage code:
from math import isnan

from scipy import stats

def beta2(x, y):
    return (gamma(x) * gamma(y)) / gamma(x + y)

vals = [beta2(a, b) for a in srange(-2, 2, 0.2) for b in srange(-2, 2, 0.2)] # test values to work out contours
filtered = filter(lambda num: (not isnan(num)) and (-1000 < num < 1000), vals)
contours = stats.mstats.mquantiles(filtered, srange(0, 1, 1/15))
contour_plot(beta2, (x, -3, 3), (y, -3, 3), cmap='rainbow', contours=contours)
日期
来源 自己的作品
作者 Eviatar Bach

许可协议

[编辑]
我,本作品著作权人,特此采用以下许可协议发表本作品:
Creative Commons CC-Zero 本作品采用知识共享CC0 1.0 通用公有领域贡献许可协议授权。
采用本宣告发表本作品的人,已在法律允许的范围内,通过在全世界放弃其对本作品拥有的著作权法规定的所有权利(包括所有相关权利),将本作品贡献至公有领域。您可以复制、修改、传播和表演本作品,将其用于商业目的,无需要求授权。

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2013年1月20日 (日) 06:582013年1月20日 (日) 06:58版本的缩略图984 × 982(304 KB)InverseHypercube留言 | 贡献User created page with UploadWizard

没有页面使用本文件。

全域文件用途

以下其他wiki使用此文件:

元数据